blob: 7003fac0bca710c9d21c5f7881cecf47c5e5a38b [file] [log] [blame]
{
"name": "RxFirebaseRemoteConfig",
"version": "0.3.1",
"summary": "RxSwift extensions for FirebaseFirestore.",
"description": "RxSwift extensions for RxFirebaseRemoteConfig.",
"homepage": "https://github.com/RxSwiftCommunity/RxFirebase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arnaud Dorgans": "arnaud.dorgans@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxFirebase.git",
"tag": "0.3.1"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
],
"FirebaseRemoteConfig": [
"~> 3"
]
},
"source_files": "Sources/RemoteConfig/**/*"
}