blob: 18708004b9fa1f2450219382ad0b49c2447201d8 [file] [log] [blame]
{
"name": "CellularRemoteConfiguration",
"version": "5.0",
"summary": "Dynamic configuration of iOS, tvOS or watchOS application using remote files.",
"homepage": "http://www.cellular.de",
"authors": {
"CELLULAR GmbH": "office@cellular.de"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/cellular/remoteconfiguration-swift.git",
"tag": "5.0"
},
"module_name": "RemoteConfiguration",
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": [
"Core",
"Networking"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"CELLULAR/Result": [
"~> 4.1"
],
"CellularLocalStorage": [
"~> 4.2"
]
},
"source_files": "Sources/RemoteConfiguration/Core/**/*.swift"
},
{
"name": "Networking",
"dependencies": {
"CellularNetworking": [
"~> 5.0"
],
"CellularRemoteConfiguration/Core": [
]
},
"source_files": "Sources/RemoteConfiguration/Networking/**/*.swift"
},
{
"name": "Convenience",
"dependencies": {
"CellularRemoteConfiguration/Core": [
]
},
"source_files": "Sources/RemoteConfiguration/Convenience/**/*.swift"
}
]
}