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