[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 7 / Akane / 0.15.0 / Akane.podspec.json
blob6dd029bfad1923d2266ab4814108d82c8fab7be0
2   "name": "Akane",
3   "version": "0.15.0",
4   "source": {
5     "git": "https://github.com/akane/Akane.git",
6     "tag": "0.15.0"
7   },
8   "summary": "Lightweight native iOS MVVM framework",
9   "description": "Akane is a MVVM framework helping you to build safer, cleaner and more maintenable iOS native apps",
10   "homepage": "https://github.com/akane/Akane",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": [
16     "pjechris",
17     "akane",
18     "xebia"
19   ],
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "Akane/**/*.swift",
24   "requires_arc": true,
25   "dependencies": {
26     "Bond": [
27       "~> 4.x"
28     ],
29     "HasAssociatedObjects": [
31     ]
32   }