[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 8 / 7 / CellularRemoteConfiguration / 8.0.2 / CellularRemoteConfiguration.podspec.json
blob5d2a8feac2d99924ce3120e78cbae9d71c109361
2   "name": "CellularRemoteConfiguration",
3   "version": "8.0.2",
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": "8.0.2"
18   },
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0",
22     "watchos": "5.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "CellularLocalStorage": [
30           "~> 6.0.0"
31         ]
32       },
33       "source_files": "Sources/RemoteConfiguration/Core/**/*.swift"
34     },
35     {
36       "name": "Convenience",
37       "dependencies": {
38         "CellularRemoteConfiguration/Core": [
40         ]
41       },
42       "source_files": "Sources/RemoteConfiguration/Convenience/**/*.swift"
43     }
44   ],
45   "swift_version": "5.1"