[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.4.8 / SiYuanKit.podspec.json
blobdc668ce219ca91d959129de7b6bcf1fdeef26469
2   "name": "SiYuanKit",
3   "version": "1.4.8",
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.4.8"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "pushed_with_swift_version": "4.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       "source_files": "Sources/YSOperations/**/*.*"
36     },
37     {
38       "name": "Utilities",
39       "source_files": "Sources/Utilities/*.*"
40     },
41     {
42       "name": "Extension",
43       "source_files": "Sources/UI/Extension/*.*"
44     },
45     {
46       "name": "StaticTableView",
47       "dependencies": {
48         "SiYuanKit/Extension": [
50         ]
51       },
52       "source_files": "Sources/UI/StaticTableView/**/*.*"
53     },
54     {
55       "name": "Algorithms",
56       "source_files": "Sources/Algorithms/*.*"
57     },
58     {
59       "name": "Components",
60       "dependencies": {
61         "SiYuanKit/Extension": [
63         ]
64       },
65       "source_files": "Sources/UI/Components/*.*"
66     }
67   ]