2 "name": "FirebaseIdentity",
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",
12 "cgossain": "cgossain@gmail.com"
15 "git": "https://github.com/cgossain/FirebaseIdentity.git",
18 "swift_versions": "5.0",
19 "static_framework": true,
23 "source_files": "FirebaseIdentity/Classes/**/*",
31 "Firebase/Database": [
38 "pod_target_xcconfig": {
39 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41 "user_target_xcconfig": {
42 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44 "swift_version": "5.0"