[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / f / TapNetworkManager / 1.2.4 / TapNetworkManager.podspec.json
blob547c507f55d272647acf1743add25b74ca78667c
2   "name": "TapNetworkManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_versions": [
7     "4.2",
8     "5.0"
9   ],
10   "summary": "Lightweight network manager for iOS.",
11   "requires_arc": true,
12   "version": "1.2.4",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Tap Payments": "hello@tap.company"
19   },
20   "homepage": "https://github.com/Tap-Payments/TapNetworkManager-iOS",
21   "source": {
22     "git": "https://github.com/Tap-Payments/TapNetworkManager-iOS.git",
23     "tag": "1.2.4"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "TapNetworkManager/Source/Core/*.swift"
30     },
31     {
32       "name": "ImageLoading",
33       "dependencies": {
34         "SDWebImage/Core": [
35           ">= 4.4"
36         ],
37         "TapAdditionsKit/Foundation/URLSession": [
38           ">= 1.3.1"
39         ],
40         "TapNetworkManager/Core": [
42         ]
43       },
44       "source_files": "TapNetworkManager/Source/ImageLoading/*.swift"
45     },
46     {
47       "name": "Reachability",
48       "source_files": "TapNetworkManager/Source/Reachability/*.swift"
49     }
50   ]