[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 7 / FirebaseIdentity / 0.5.0 / FirebaseIdentity.podspec.json
blob11b34047824af8f9be1446cafabcf53f411b4100
2   "name": "FirebaseIdentity",
3   "version": "0.5.0",
4   "summary": "A lightweight library that simplifies dealing with Firebase Authentication iOS SDK, written in Swift.",
5   "description": "Firebase Authentication is a powerful service that can be implemented in many different ways. This library aims to simplify working with features of Firebase Authentication by enforcing modern authentication workflows.",
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": "0.5.0"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "static_framework": true,
22   "platforms": {
23     "ios": "11.4"
24   },
25   "source_files": "FirebaseIdentity/Classes/**/*",
26   "dependencies": {
27     "Firebase/Core": [
29     ],
30     "Firebase/Auth": [
32     ],
33     "Firebase/Database": [
35     ],
36     "ProcedureKit": [
38     ]
39   },
40   "swift_version": "5.0"