[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 7 / Akane / 0.16.0 / Akane.podspec.json
blob327f948df8c11fae9359aa2c16936c45f37e89e5
2   "name": "Akane",
3   "version": "0.16.0",
4   "source": {
5     "git": "https://github.com/akane/Akane.git",
6     "tag": "0.16.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   "requires_arc": true,
24   "default_subspecs": [
25     "Core",
26     "Bond"
27   ],
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Akane/Akane/**/*.swift",
33       "dependencies": {
34         "HasAssociatedObjects": [
36         ]
37       }
38     },
39     {
40       "name": "Bond",
41       "source_files": "Akane/Bond/**/*.swift",
42       "dependencies": {
43         "Bond": [
44           "~> 6.x"
45         ],
46         "Akane/Core": [
48         ]
49       }
50     }
51   ]