blob: 327f948df8c11fae9359aa2c16936c45f37e89e5 [file] [log] [blame]
{
"name": "Akane",
"version": "0.16.0",
"source": {
"git": "https://github.com/akane/Akane.git",
"tag": "0.16.0"
},
"summary": "Lightweight native iOS MVVM framework",
"description": "Akane is a MVVM framework helping you to build safer, cleaner and more maintenable iOS native apps",
"homepage": "https://github.com/akane/Akane",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"pjechris",
"akane",
"xebia"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": [
"Core",
"Bond"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Akane/Akane/**/*.swift",
"dependencies": {
"HasAssociatedObjects": [
]
}
},
{
"name": "Bond",
"source_files": "Akane/Bond/**/*.swift",
"dependencies": {
"Bond": [
"~> 6.x"
],
"Akane/Core": [
]
}
}
]
}