[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / 8 / 7 / CellularRemoteConfiguration / 6.0.0 / CellularRemoteConfiguration.podspec.json
blob13ddf2be3c2b4e1f0b64294239408f01e9a6423e
2   "name": "CellularRemoteConfiguration",
3   "version": "6.0.0",
4   "swift_versions": "5.1",
5   "module_name": "RemoteConfiguration",
6   "summary": "Dynamic configuration of iOS, tvOS or watchOS application using remote files.",
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/remoteconfiguration-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     "Core",
26     "Networking"
27   ],
28   "swift_version": "5.1",
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "CellularLocalStorage": [
34           "~> 6.0.0"
35         ]
36       },
37       "source_files": "Sources/RemoteConfiguration/Core/**/*.swift"
38     },
39     {
40       "name": "Networking",
41       "dependencies": {
42         "CellularNetworking": [
43           "~> 6.0.0"
44         ],
45         "CellularRemoteConfiguration/Core": [
47         ]
48       },
49       "source_files": "Sources/RemoteConfiguration/Networking/**/*.swift"
50     },
51     {
52       "name": "Convenience",
53       "dependencies": {
54         "CellularRemoteConfiguration/Core": [
56         ]
57       },
58       "source_files": "Sources/RemoteConfiguration/Convenience/**/*.swift"
59     }
60   ]