[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / d / VOKit / 0.1.0-Beta8 / VOKit.podspec.json
blob4657aa7c027a408d039df5da8942eb52e9386ee3
2   "name": "VOKit",
3   "version": "0.1.0-Beta8",
4   "summary": "Valo Kit",
5   "homepage": "https://github.com/pozi119/VOKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Valo": "pozi119@163.com"
12   },
13   "source": {
14     "git": "https://github.com/pozi119/VOKit.git",
15     "tag": "0.1.0-Beta8"
16   },
17   "default_subspecs": [
18     "Router",
19     "Interface",
20     "DataCenter",
21     "Modularity"
22   ],
23   "dependencies": {
24     "SwiftyJSON": [
26     ]
27   },
28   "platforms": {
29     "ios": "8.0"
30   },
31   "description": "Valo Kit.",
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "3.0"
34   },
35   "pushed_with_swift_version": "3.0",
36   "subspecs": [
37     {
38       "name": "Foundation",
39       "source_files": "VOKit/Foundation/*.swift"
40     },
41     {
42       "name": "Router",
43       "source_files": "VOKit/Router/*.swift",
44       "dependencies": {
45         "VOKit/Foundation": [
47         ]
48       }
49     },
50     {
51       "name": "Modularity",
52       "source_files": "VOKit/Modularity/*.swift",
53       "dependencies": {
54         "VOKit/Foundation": [
56         ]
57       }
58     },
59     {
60       "name": "Interface",
61       "source_files": "VOKit/Interface/*.swift",
62       "dependencies": {
63         "SnapKit": [
65         ],
66         "VOKit/DataCenter": [
68         ],
69         "VOKit/Foundation": [
71         ]
72       }
73     },
74     {
75       "name": "DataCenter",
76       "source_files": "VOKit/DataCenter/*.swift",
77       "vendored_frameworks": "VOKit/Frameworks/VSSDB.framework",
78       "dependencies": {
79         "VOKit/Foundation": [
81         ]
82       },
83       "pod_target_xcconfig": {
84         "ENABLE_BITCODE": "NO"
85       }
86     }
87   ]