blob: 73fab6fc2113ac6ef83afa800993eb84edb2a3d1 [file] [log] [blame]
{
"name": "RemoteConfigRxWrapper",
"version": "0.1.0",
"summary": "Rx wrapper around Firebase Remoteconfig.",
"description": "Rx wrapper around Firebase Remoteconifg.\nBuilt to get values as observables and update them automatically.",
"homepage": "https://github.com/markusmattfolkstenberg/RemoteConfigRxWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Mattfolk Stenberg": "markusstenberg@gmail.com"
},
"source": {
"git": "https://github.com/markusmattfolkstenberg/RemoteConfigRxWrapper.git",
"tag": "0.1.0"
},
"static_framework": true,
"cocoapods_version": ">= 1.5.3",
"swift_version": "4.0",
"platforms": {
"ios": "10.3"
},
"dependencies": {
"RxSwift": [
"~> 4"
],
"FirebaseRemoteConfig": [
"~> 3.0.1"
]
},
"source_files": "RemoteConfigRxWrapper/Classes/**/*"
}