[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / c / e / TheChain / 1.1.0 / TheChain.podspec.json
blob6435fbdf74fdc64a7e0af5cb84375af64d89e1eb
2   "name": "TheChain",
3   "version": "1.1.0",
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.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.2",
21   "default_subspecs": [
22     "Core",
23     "GCD",
24     "URLSession",
25     "Optional"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "TheChain/Classes/Core/**/*"
31     },
32     {
33       "name": "GCD",
34       "dependencies": {
35         "TheChain/Core": [
37         ]
38       },
39       "source_files": "TheChain/Classes/Extensions/GCD/**/*"
40     },
41     {
42       "name": "URLSession",
43       "dependencies": {
44         "TheChain/Core": [
46         ]
47       },
48       "source_files": "TheChain/Classes/Extensions/URLSession/**/*"
49     },
50     {
51       "name": "Optional",
52       "source_files": "TheChain/Classes/Extensions/Optional/**/*"
53     }
54   ]