blob: 3ae78486c4fdbff63784a0d33a6aa84cd6f824fa [file] [log] [blame]
{
"name": "RxFirebaseAuth",
"version": "2.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"static_framework": true,
"dependencies": {
"Firebase/Auth": [
"~> 5.0"
],
"RxSwift": [
"~> 4.0"
]
}
}