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