[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / 0 / 7 / FirebaseIdentity / 1.1.0 / FirebaseIdentity.podspec.json
blobe553e7e05078b9facb8c0b2f999e637cbb7a49ec
2   "name": "FirebaseIdentity",
3   "version": "1.1.0",
4   "summary": "A lightweight library that streamlines interacting with the Firebase/Auth library on iOS, written in Swift.",
5   "description": "The purpose of this library is to make building custom frontend UI around the Firebase Authentication\nservice easier on iOS for those of us that do not want to use the FirebaseUI library. It does this by implementing\nstandard authentication workflows and error handling (i.e. account linking, profile updates, set/update password, reauthentication,\nenabling/disabling thrid-party providers, account deletion, auto-retry, etc.). This is done by abstracting away\na lot of the error handling logic into a singleton state machine ('AuthManager') cabable of handling most Firebase\nauthentication use cases.",
6   "homepage": "https://github.com/cgossain/FirebaseIdentity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cgossain": "cgossain@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cgossain/FirebaseIdentity.git",
16     "tag": "1.1.0"
17   },
18   "swift_versions": "5.0",
19   "static_framework": true,
20   "platforms": {
21     "ios": "12.4"
22   },
23   "source_files": "FirebaseIdentity/Classes/**/*",
24   "dependencies": {
25     "Firebase/Core": [
27     ],
28     "Firebase/Auth": [
30     ],
31     "Firebase/Database": [
33     ],
34     "ProcedureKit": [
36     ]
37   },
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "swift_version": "5.0"