blob: 2d3c0829a5b7cd7db5b55d26fd6f1fb391b76e81 [file] [log] [blame]
{
"name": "Akane",
"version": "0.17.1",
"source": {
"git": "https://github.com/akane/Akane.git",
"tag": "0.17.1"
},
"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": [
]
}
}
]
}