[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.2.8 / SiYuanKit.podspec.json
blob485dff91c3d9c5b6eea6e131af5deddab878b1cc
2   "name": "SiYuanKit",
3   "version": "1.2.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.2.8"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "DispatchQueue",
25       "source_files": "Sources/DispatchQueue/*.*"
26     },
27     {
28       "name": "Then",
29       "source_files": "Sources/Then/*.*"
30     },
31     {
32       "name": "YSOperations",
33       "dependencies": {
34         "SiYuanKit/DispatchQueue": [
36         ]
37       },
38       "source_files": "Sources/YSOperations/**/*.*"
39     },
40     {
41       "name": "Utilities",
42       "dependencies": {
43         "SiYuanKit/DispatchQueue": [
45         ]
46       },
47       "source_files": "Sources/Utilities/*.*"
48     },
49     {
50       "name": "Extension",
51       "source_files": "Sources/UI/Extension/*.*"
52     },
53     {
54       "name": "StaticTableView",
55       "dependencies": {
56         "SiYuanKit/Extension": [
58         ]
59       },
60       "source_files": "Sources/UI/StaticTableView/**/*.*"
61     }
62   ]