[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 4 / d / VOKit / 0.1.0-Beta / VOKit.podspec.json
blobc1085eaf1be0377061b6986960e6ea1338f80960
2   "name": "VOKit",
3   "version": "0.1.0-Beta",
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-Beta"
16   },
17   "default_subspecs": [
18     "Foundation",
19     "Utilities",
20     "Router",
21     "Interface",
22     "DataCenter"
23   ],
24   "platforms": {
25     "ios": "8.0"
26   },
27   "description": "Valo Kit.",
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Foundation",
32       "source_files": "VOKit/Foundation/**/*"
33     },
34     {
35       "name": "Utilities",
36       "source_files": "VOKit/Utilities/**/*"
37     },
38     {
39       "name": "Router",
40       "source_files": "VOKit/Router/**/*",
41       "dependencies": {
42         "VOKit/Utilities": [
44         ]
45       }
46     },
47     {
48       "name": "Interface",
49       "source_files": "VOKit/Interface/**/*",
50       "dependencies": {
51         "SnapKit": [
53         ],
54         "SwiftyJSON": [
56         ],
57         "VOKit/Foundation": [
59         ],
60         "VOKit/DataCenter": [
62         ]
63       }
64     },
65     {
66       "name": "DataCenter",
67       "source_files": "VOKit/DataCenter/*",
68       "vendored_frameworks": "VOKit/Frameworks/VSSDB.framework",
69       "dependencies": {
70         "SwiftyJSON": [
72         ],
73         "VOKit/Foundation": [
75         ]
76       }
77     }
78   ]