[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.1.4 / SiYuanKit.podspec.json
blob0960df2ea2f876cfa7ba5d115bc86cb27564e6b9
2   "name": "SiYuanKit",
3   "version": "1.1.4",
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.4"
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         "SiYuanKit/UI": [
38         ]
39       }
40     },
41     {
42       "name": "DispatchQueue",
43       "source_files": "Sources/DispatchQueue/*.*"
44     },
45     {
46       "name": "Then",
47       "source_files": "Sources/Then/*.*"
48     },
49     {
50       "name": "YSOperations",
51       "dependencies": {
52         "SiYuanKit/DispatchQueue": [
54         ]
55       },
56       "source_files": "Sources/YSOperations/**/*.*"
57     },
58     {
59       "name": "Utilities",
60       "dependencies": {
61         "SiYuanKit/DispatchQueue": [
63         ]
64       },
65       "source_files": "Sources/Utilities/*.*"
66     },
67     {
68       "name": "UI",
69       "source_files": "Sources/UI/**/*.*",
70       "subspecs": [
71         {
72           "name": "Extension",
73           "source_files": "Sources/UI/Extension/*.*"
74         },
75         {
76           "name": "StaticTableView",
77           "dependencies": {
78             "SiYuanKit/UI/Extension": [
80             ]
81           },
82           "source_files": "Sources/UI/StaticTableView/**/*.*"
83         }
84       ]
85     }
86   ]