blob: 807731887b5465fb34f7bc3a97b4067a7c3cf648 [file] [log] [blame]
{
"name": "RxFirebaseRemoteConfig",
"version": "0.3.7",
"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.7"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"FirebaseRemoteConfig": [
"~> 3"
]
},
"source_files": "Sources/RemoteConfig/**/*"
}