blob: dbc1df06ece04666995dfd8c1fd97975a5130742 [file] [log] [blame]
{
"name": "CellularRemoteConfiguration",
"version": "6.0.1",
"swift_versions": "5.1",
"module_name": "RemoteConfiguration",
"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": "6.0.1"
},
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"watchos": "5.0"
},
"default_subspecs": [
"Core",
"Networking"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"CellularLocalStorage": [
"~> 6.0.0"
]
},
"source_files": "Sources/RemoteConfiguration/Core/**/*.swift"
},
{
"name": "Networking",
"dependencies": {
"CellularNetworking": [
"~> 6.0.0"
],
"CellularRemoteConfiguration/Core": [
]
},
"source_files": "Sources/RemoteConfiguration/Networking/**/*.swift"
},
{
"name": "Convenience",
"dependencies": {
"CellularRemoteConfiguration/Core": [
]
},
"source_files": "Sources/RemoteConfiguration/Convenience/**/*.swift"
}
],
"swift_version": "5.1"
}