[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / d / CellularNetworking / 6.1.0 / CellularNetworking.podspec.json
blob02a413419132aebabe444eef472564883d4cd9fe
2   "name": "CellularNetworking",
3   "version": "6.1.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.1.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   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "CELLULAR/Locking": [
33           "~> 6.0.0"
34         ]
35       },
36       "source_files": "Sources/Networking/Core/**/*.swift"
37     },
38     {
39       "name": "Alamofire",
40       "dependencies": {
41         "Alamofire": [
42           "~> 5.0.5"
43         ],
44         "CellularNetworking/Core": [
46         ]
47       },
48       "source_files": "Sources/Networking/Provider/Alamofire.swift"
49     },
50     {
51       "name": "LocalFile",
52       "dependencies": {
53         "CellularNetworking/Core": [
55         ]
56       },
57       "source_files": "Sources/Networking/Provider/Local/*.swift"
58     },
59     {
60       "name": "Codable",
61       "dependencies": {
62         "CellularNetworking/Core": [
64         ]
65       },
66       "source_files": "Sources/Networking/Serializer/Codable.swift"
67     }
68   ],
69   "swift_version": "5.1"