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