[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 7 / CellularRemoteConfiguration / 7.0.0 / CellularRemoteConfiguration.podspec.json
blob4bb6da70ea58fd4ff89004b25402a0d7840b6b14
2   "name": "CellularRemoteConfiguration",
3   "version": "7.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": "7.0.0"
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"