[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / 2 / RxFireAuth / 3.0.0 / RxFireAuth.podspec.json
blob0ba80eda9ac4e950b45df6b823fc284c857b9765
2   "name": "RxFireAuth",
3   "version": "3.0.0",
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": "v3.0.0"
17   },
18   "documentation_url": "https://mrasterisco.github.io/RxFireAuth/",
19   "swift_versions": "5.3",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12"
23   },
24   "weak_frameworks": "CryptoKit",
25   "source_files": "RxFireAuth/Classes/**/*",
26   "ios": {
27     "source_files": "RxFireAuth/iOS/**/*"
28   },
29   "osx": {
30     "source_files": "RxFireAuth/macOS/**/*"
31   },
32   "dependencies": {
33     "Firebase/Auth": [
34       "~> 8.0"
35     ],
36     "JWTDecode": [
37       "~> 2.0"
38     ],
39     "RxCocoa": [
40       "~> 6.0"
41     ],
42     "AppAuth": [
43       "~> 1.0"
44     ]
45   },
46   "static_framework": true,
47   "pod_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "user_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
52   },
53   "swift_version": "5.3"