[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 7 / 2 / RxFireAuth / 1.5.1 / RxFireAuth.podspec.json
blob81b0a66fcb6a1a8e1cddd4a25587aebddd7cf35c
2   "name": "RxFireAuth",
3   "version": "1.5.1",
4   "summary": "A smart Rx wrapper around Firebase Authentication SDK",
5   "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.",
6   "homepage": "https://github.com/mrasterisco/RxFireAuth",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alessio Moiso": "a.moiso@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/mrasterisco/RxFireAuth.git",
16     "tag": "v1.5.1"
17   },
18   "documentation_url": "https://mrasterisco.github.io/RxFireAuth/",
19   "swift_versions": "5.1",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "weak_frameworks": "CryptoKit",
24   "source_files": "RxFireAuth/Classes/**/*",
25   "dependencies": {
26     "Firebase/Auth": [
27       "~> 6.5"
28     ],
29     "GoogleSignIn": [
30       "~> 5.0.2"
31     ],
32     "JWTDecode": [
33       "~> 2.4"
34     ],
35     "RxCocoa": [
36       "~> 5"
37     ]
38   },
39   "static_framework": true,
40   "swift_version": "5.1"