[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / e / 1 / f / TapNetworkManager / 1.0 / TapNetworkManager.podspec.json
blob50b45b942f14a5c5a61e82716f2e475d21409ad9
2   "name": "TapNetworkManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "pod_target_xcconfig": {
7     "SWIFT_VERSION": "4.0"
8   },
9   "summary": "Lightweight network manager for iOS.",
10   "requires_arc": true,
11   "version": "1.0",
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"
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   ]