[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.1.3 / SiYuanKit.podspec.json
blob798b7de0006345b4154edae6d3793b642adab245
2   "name": "SiYuanKit",
3   "version": "1.1.3",
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.3"
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       }
37     },
38     {
39       "name": "DispatchQueue",
40       "source_files": "Sources/DispatchQueue/*.*"
41     },
42     {
43       "name": "Then",
44       "source_files": "Sources/Then/*.*"
45     },
46     {
47       "name": "YSOperations",
48       "dependencies": {
49         "SiYuanKit/DispatchQueue": [
51         ]
52       },
53       "source_files": "Sources/YSOperations/**/*.*"
54     },
55     {
56       "name": "Utilities",
57       "dependencies": {
58         "SiYuanKit/DispatchQueue": [
60         ]
61       },
62       "source_files": "Sources/Utilities/*.*"
63     },
64     {
65       "name": "UI",
66       "source_files": "Sources/UI/**/*.*",
67       "subspecs": [
68         {
69           "name": "Extension",
70           "source_files": "Sources/UI/Extension/*.*"
71         },
72         {
73           "name": "StaticTableView",
74           "dependencies": {
75             "SiYuanKit/UI/Extension": [
77             ]
78           },
79           "source_files": "Sources/UI/StaticTableView/**/*.*"
80         }
81       ]
82     }
83   ]