[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / e / TheChain / 1.1.3 / TheChain.podspec.json
blob7febc794e970caf4ec3cc40d17dfa9ea09782542
2   "name": "TheChain",
3   "version": "1.1.3",
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.3"
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": "Optional",
34       "source_files": "TheChain/Classes/Extensions/Optional/**/*"
35     },
36     {
37       "name": "GCD",
38       "dependencies": {
39         "TheChain/Core": [
41         ],
42         "TheChain/Optional": [
44         ]
45       },
46       "source_files": "TheChain/Classes/Extensions/GCD/**/*"
47     },
48     {
49       "name": "URLSession",
50       "dependencies": {
51         "TheChain/Core": [
53         ],
54         "TheChain/Optional": [
56         ]
57       },
58       "source_files": "TheChain/Classes/Extensions/URLSession/**/*"
59     }
60   ]