blob: cc3d9dd19303fe9d56ddc1aa1cffbb06f9993d15 [file] [log] [blame]
{
"name": "RxFireAuth",
"version": "1.2.0",
"summary": "A smart Rx wrapper around Firebase Authentication SDK",
"description": "RxFireAuth is a wrapper around the Firebase Authentication SDK that exposes the most common use cases through RxSwift objects.\nFirebase Authentication is a great way to support user authentication in your app easily. This library builds on top of that to simplify even further the process with pre-built algorithms that support registering, logging-in, linking accounts with other providers and more.",
"homepage": "https://github.com/mrasterisco/RxFireAuth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alessio Moiso": "a.moiso@outlook.com"
},
"source": {
"git": "https://github.com/mrasterisco/RxFireAuth.git",
"tag": "v1.2.0"
},
"documentation_url": "https://mrasterisco.github.io/RxFireAuth/",
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"weak_frameworks": "CryptoKit",
"source_files": "RxFireAuth/Classes/**/*",
"dependencies": {
"Firebase/Auth": [
"~> 6.5"
],
"JWTDecode": [
"~> 2.4"
],
"RxCocoa": [
"~> 5"
]
},
"static_framework": true,
"swift_version": "5.1"
}