blob: e0f1b5fc054af7fd55e1398216c4b28bbce2f1e5 [file] [log] [blame]
{
"name": "Akane",
"version": "0.12.0-alpha.2",
"source": {
"git": "https://github.com/akane/Akane.git",
"tag": "0.12.0-alpha.2"
},
"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"
},
"source_files": "Akane/**/*.swift",
"requires_arc": true,
"dependencies": {
"Bond": [
"~> 4.x"
]
}
}