[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / d / CellularNetworking / 6.0.0 / CellularNetworking.podspec.json
blobb8dd7be6fd3c04edcf0a5c810463b10431be09cf
2   "name": "CellularNetworking",
3   "version": "6.0.0",
4   "swift_versions": "5.1",
5   "module_name": "Networking",
6   "summary": "HTTP Networking Framework in Swift by CELLULAR.",
7   "homepage": "http://www.cellular.de",
8   "authors": {
9     "CELLULAR GmbH": "office@cellular.de"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "https://github.com/cellular/networking-swift.git",
17     "tag": "6.0.0"
18   },
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0",
22     "watchos": "5.0"
23   },
24   "default_subspecs": [
25     "Alamofire",
26     "Codable"
27   ],
28   "swift_version": "5.1",
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "CELLULAR/Locking": [
34           "~> 6.0.0"
35         ]
36       },
37       "source_files": "Sources/Networking/Core/**/*.swift"
38     },
39     {
40       "name": "Alamofire",
41       "dependencies": {
42         "Alamofire": [
43           "~> 4.8.2"
44         ],
45         "CellularNetworking/Core": [
47         ]
48       },
49       "source_files": "Sources/Networking/Provider/Alamofire.swift"
50     },
51     {
52       "name": "LocalFile",
53       "dependencies": {
54         "CellularNetworking/Core": [
56         ]
57       },
58       "source_files": "Sources/Networking/Provider/Local/*.swift"
59     },
60     {
61       "name": "Codable",
62       "dependencies": {
63         "CellularNetworking/Core": [
65         ]
66       },
67       "source_files": "Sources/Networking/Serializer/Codable.swift"
68     }
69   ]