[Add] XJCustomSDK 1.0.2
[CocoaPods.git] / Specs / d / 8 / 7 / CellularRemoteConfiguration / 6.0.1 / CellularRemoteConfiguration.podspec.json
blobdbc1df06ece04666995dfd8c1fd97975a5130742
2   "name": "CellularRemoteConfiguration",
3   "version": "6.0.1",
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.1"
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   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "CellularLocalStorage": [
33           "~> 6.0.0"
34         ]
35       },
36       "source_files": "Sources/RemoteConfiguration/Core/**/*.swift"
37     },
38     {
39       "name": "Networking",
40       "dependencies": {
41         "CellularNetworking": [
42           "~> 6.0.0"
43         ],
44         "CellularRemoteConfiguration/Core": [
46         ]
47       },
48       "source_files": "Sources/RemoteConfiguration/Networking/**/*.swift"
49     },
50     {
51       "name": "Convenience",
52       "dependencies": {
53         "CellularRemoteConfiguration/Core": [
55         ]
56       },
57       "source_files": "Sources/RemoteConfiguration/Convenience/**/*.swift"
58     }
59   ],
60   "swift_version": "5.1"