[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.1.5 / SiYuanKit.podspec.json
blob57a490de8811474b13ef8329e08827033602993b
2   "name": "SiYuanKit",
3   "version": "1.1.5",
4   "summary": "SiYuanKit is a personal swift toolbox.",
5   "description": "SiYuanKit is a personal swift toolbox. Treasures.",
6   "homepage": "https://github.com/jindulys/SiYuanKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yansong li": "857367901@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jindulys/SiYuanKit.git",
16     "tag": "1.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "SiYuanKit/YSOperations": [
29         ],
30         "SiYuanKit/Then": [
32         ],
33         "SiYuanKit/Utilities": [
35         ],
36         "SiYuanKit/UI": [
38         ]
39       }
40     },
41     {
42       "name": "DispatchQueue",
43       "source_files": "Sources/DispatchQueue/*.*"
44     },
45     {
46       "name": "Then",
47       "source_files": "Sources/Then/*.*"
48     },
49     {
50       "name": "YSOperations",
51       "dependencies": {
52         "SiYuanKit/DispatchQueue": [
54         ]
55       },
56       "source_files": "Sources/YSOperations/**/*.*"
57     },
58     {
59       "name": "Utilities",
60       "dependencies": {
61         "SiYuanKit/DispatchQueue": [
63         ]
64       },
65       "source_files": "Sources/Utilities/*.*"
66     },
67     {
68       "name": "UI",
69       "dependencies": {
70         "SiYuanKit/StaticTableView": [
72         ],
73         "SiYuanKit/Extension": [
75         ]
76       }
77     },
78     {
79       "name": "Extension",
80       "source_files": "Sources/UI/Extension/*.*"
81     },
82     {
83       "name": "StaticTableView",
84       "dependencies": {
85         "SiYuanKit/Extension": [
87         ]
88       },
89       "source_files": "Sources/UI/StaticTableView/**/*.*"
90     }
91   ]