[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / 4 / 9 / SiYuanKit / 1.0.7 / SiYuanKit.podspec.json
blob91442660712b2a7d1e343f18067007695cc2b85a
2   "name": "SiYuanKit",
3   "version": "1.0.7",
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.0.7"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "Sources/**/*.*",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "DispatchQueue",
23       "source_files": "Sources/DispatchQueue/*.*"
24     },
25     {
26       "name": "Then",
27       "source_files": "Sources/Then/*.*"
28     },
29     {
30       "name": "YSOperations",
31       "dependencies": {
32         "SiYuanKit/DispatchQueue": [
34         ]
35       },
36       "source_files": "Sources/YSOperations/**/*.*"
37     }
38   ]