blob: eda65ff2fe10aa4fd892f678ca986f7732c4746a [file] [log] [blame]
{
"name": "RxFirebaseAuthentication",
"version": "0.3.8",
"summary": "RxSwift extensions for FirebaseAuth.",
"description": "RxSwift extensions for FirebaseAuth.",
"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.8"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"FirebaseAuth": [
"~> 6"
],
"FirebaseCore": [
"~> 6"
]
},
"source_files": "Sources/Auth/**/*"
}