blob: d42516bfa179e6daaaace23a6bac399db0177574 [file] [log] [blame]
{
"name": "RxFirebaseAuth",
"version": "2.4",
"summary": "Combination of RxSwift and Firebase/Auth",
"homepage": "https://github.com/sgr-ksmt/RxFirebaseAuth",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "melodydance.k.s@gmail.com"
},
"source": {
"git": "https://github.com/sgr-ksmt/RxFirebaseAuth.git",
"tag": "2.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"static_framework": true,
"swift_versions": "5.0",
"dependencies": {
"Firebase/Auth": [
"~> 6.0"
],
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.0"
}