[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.1.0 / SiYuanKit.podspec.json
blob29572e7c5b58582b343c752beb9a218565f2d987
2   "name": "SiYuanKit",
3   "version": "1.1.0",
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": "MIT Copyright (c) 2016 YANSONG LI. All rights reserved.",
8   "authors": {
9     "yansong li": "857367901@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/jindulys/SiYuanKit.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "dependencies": {
24         "SiYuanKit/YSOperations": [
26         ],
27         "SiYuanKit/Then": [
29         ],
30         "SiYuanKit/Utilities": [
32         ]
33       }
34     },
35     {
36       "name": "DispatchQueue",
37       "source_files": "Sources/DispatchQueue/*.*"
38     },
39     {
40       "name": "Then",
41       "source_files": "Sources/Then/*.*"
42     },
43     {
44       "name": "YSOperations",
45       "dependencies": {
46         "SiYuanKit/DispatchQueue": [
48         ]
49       },
50       "source_files": "Sources/YSOperations/**/*.*"
51     },
52     {
53       "name": "Utilities",
54       "dependencies": {
55         "SiYuanKit/DispatchQueue": [
57         ]
58       },
59       "source_files": "Sources/Utilities/*.*"
60     },
61     {
62       "name": "UI",
63       "source_files": "Sources/UI/**/*.*",
64       "subspecs": [
65         {
66           "name": "Extension",
67           "source_files": "Sources/UI/Extension/*.*"
68         },
69         {
70           "name": "StaticTableView",
71           "dependencies": {
72             "SiYuanKit/UI/Extension": [
74             ]
75           },
76           "source_files": "Sources/UI/StaticTableView/**/*.*"
77         }
78       ]
79     }
80   ]