blob: 667da1171df8a9c37b4be4c28c2edd5b5bc2b7df [file] [log] [blame]
{
"name": "Akane",
"version": "0.15.1",
"source": {
"git": "https://github.com/akane/Akane.git",
"tag": "0.15.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"
],
"HasAssociatedObjects": [
]
}
}