[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / d / CellularNetworking / 5.0.1 / CellularNetworking.podspec.json
blob3d94eb356dc1866a7ed9272bbec887e8fd34fde4
2   "name": "CellularNetworking",
3   "version": "5.0.1",
4   "swift_version": "4.2",
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": "5.0.1"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": [
25     "Alamofire",
26     "Codable"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "CELLULAR/Result": [
33           "~> 4.1.0"
34         ],
35         "CELLULAR/Locking": [
36           "~> 4.1.0"
37         ]
38       },
39       "source_files": "Sources/Networking/Core/**/*.swift"
40     },
41     {
42       "name": "Alamofire",
43       "dependencies": {
44         "Alamofire": [
45           "~> 4.7"
46         ],
47         "CellularNetworking/Core": [
49         ]
50       },
51       "source_files": "Sources/Networking/Provider/Alamofire.swift"
52     },
53     {
54       "name": "LocalFile",
55       "dependencies": {
56         "CellularNetworking/Core": [
58         ]
59       },
60       "source_files": "Sources/Networking/Provider/Local/*.swift"
61     },
62     {
63       "name": "Codable",
64       "dependencies": {
65         "CellularNetworking/Core": [
67         ]
68       },
69       "source_files": "Sources/Networking/Serializer/Codable.swift"
70     },
71     {
72       "name": "Unbox",
73       "dependencies": {
74         "Unbox": [
75           "~> 3.0"
76         ],
77         "CellularNetworking/Core": [
79         ]
80       },
81       "source_files": "Sources/Networking/Serializer/Unbox.swift"
82     }
83   ]