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