[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / e / 1 / f / TapNetworkManager / 1.1.4 / TapNetworkManager.podspec.json
blobef44821453e030854968b040cdcb0c367d51c23d
2   "name": "TapNetworkManager",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_version": "4.1",
7   "pod_target_xcconfig": {
8     "SWIFT_VERSION": "4.1"
9   },
10   "summary": "Lightweight network manager for iOS.",
11   "requires_arc": true,
12   "version": "1.1.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.1.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": [
36         ],
37         "TapAdditionsKit/Foundation/URLSession": [
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   ]