[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / f / TapNetworkManager / 1.0.3 / TapNetworkManager.podspec.json
blob4d72d09769566d162c536f924e1d72ebee3ca9ed
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.0.3",
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.0.3"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "TapNetworkManager/Source/Core/*.swift"
29     },
30     {
31       "name": "Reachability",
32       "source_files": "TapNetworkManager/Source/Reachability/*.swift"
33     }
34   ]