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