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