[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / e / TheChain / 1.1.4 / TheChain.podspec.json
blobbbf793cd3d915d7f233cba78faf528e1a00f15ce
2   "name": "TheChain",
3   "version": "1.1.4",
4   "summary": "Async Swift tasks chaining",
5   "homepage": "https://github.com/ovrchk/TheChain",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dmitry": "d@ovrchk.com"
12   },
13   "source": {
14     "git": "https://github.com/ovrchk/TheChain.git",
15     "tag": "1.1.4"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.2",
21   "default_subspecs": [
22     "Core",
23     "Networking"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "TheChain/Classes/Core/**/*"
29     },
30     {
31       "name": "Networking",
32       "dependencies": {
33         "TheChain/Core": [
35         ]
36       },
37       "source_files": "TheChain/Classes/Extensions/Networking/**/*"
38     },
39     {
40       "name": "Alamofire",
41       "dependencies": {
42         "TheChain/Networking": [
44         ],
45         "Alamofire": [
46           "~> 4.8.0"
47         ]
48       },
49       "source_files": "TheChain/Classes/Extensions/Alamofire/**/*"
50     }
51   ]