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