[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.2.31 / SiYuanKit.podspec.json
blob807f55567796c3b6208173e39221e92ab96e7af6
2   "name": "SiYuanKit",
3   "version": "1.2.31",
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.2.31"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "DispatchQueue",
27       "source_files": "Sources/DispatchQueue/*.*"
28     },
29     {
30       "name": "Then",
31       "source_files": "Sources/Then/*.*"
32     },
33     {
34       "name": "YSOperations",
35       "dependencies": {
36         "SiYuanKit/DispatchQueue": [
38         ]
39       },
40       "source_files": "Sources/YSOperations/**/*.*"
41     },
42     {
43       "name": "Utilities",
44       "dependencies": {
45         "SiYuanKit/DispatchQueue": [
47         ]
48       },
49       "source_files": "Sources/Utilities/*.*"
50     },
51     {
52       "name": "Extension",
53       "source_files": "Sources/UI/Extension/*.*"
54     },
55     {
56       "name": "StaticTableView",
57       "dependencies": {
58         "SiYuanKit/Extension": [
60         ]
61       },
62       "source_files": "Sources/UI/StaticTableView/**/*.*"
63     }
64   ]