[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 7 / CellularRemoteConfiguration / 5.0 / CellularRemoteConfiguration.podspec.json
blob18708004b9fa1f2450219382ad0b49c2447201d8
2   "name": "CellularRemoteConfiguration",
3   "version": "5.0",
4   "summary": "Dynamic configuration of iOS, tvOS or watchOS application using remote files.",
5   "homepage": "http://www.cellular.de",
6   "authors": {
7     "CELLULAR GmbH": "office@cellular.de"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/cellular/remoteconfiguration-swift.git",
15     "tag": "5.0"
16   },
17   "module_name": "RemoteConfiguration",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": [
25     "Core",
26     "Networking"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "CELLULAR/Result": [
33           "~> 4.1"
34         ],
35         "CellularLocalStorage": [
36           "~> 4.2"
37         ]
38       },
39       "source_files": "Sources/RemoteConfiguration/Core/**/*.swift"
40     },
41     {
42       "name": "Networking",
43       "dependencies": {
44         "CellularNetworking": [
45           "~> 5.0"
46         ],
47         "CellularRemoteConfiguration/Core": [
49         ]
50       },
51       "source_files": "Sources/RemoteConfiguration/Networking/**/*.swift"
52     },
53     {
54       "name": "Convenience",
55       "dependencies": {
56         "CellularRemoteConfiguration/Core": [
58         ]
59       },
60       "source_files": "Sources/RemoteConfiguration/Convenience/**/*.swift"
61     }
62   ]