[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 0 / f / FirebaseGoogleAuthUI / 14.2.2 / FirebaseGoogleAuthUI.podspec.json
bloba5349e32d22e23b81abfa83a6157b50d6d812f0b
2   "name": "FirebaseGoogleAuthUI",
3   "version": "14.2.2",
4   "summary": "Google authentication for FirebaseAuthUI.",
5   "homepage": "https://github.com/firebase/FirebaseUI-iOS",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/firebase/FirebaseUI-iOS.git",
12     "tag": "v14.2.2"
13   },
14   "authors": "Firebase",
15   "platforms": {
16     "ios": "13.0"
17   },
18   "ios": {
19     "frameworks": "UIKit"
20   },
21   "requires_arc": true,
22   "cocoapods_version": ">= 1.8.0",
23   "pod_target_xcconfig": {
24     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
25   },
26   "swift_versions": "5.3",
27   "public_header_files": "FirebaseGoogleAuthUI/Sources/Public/FirebaseGoogleAuthUI/*.h",
28   "source_files": "FirebaseGoogleAuthUI/Sources/**/*.{h,m}",
29   "dependencies": {
30     "FirebaseAuth": [
32     ],
33     "FirebaseCore": [
35     ],
36     "FirebaseAuthUI": [
37       ">= 14.2"
38     ],
39     "GoogleSignIn": [
40       "~> 7.0"
41     ]
42   },
43   "resource_bundles": {
44     "FirebaseGoogleAuthUI": [
45       "FirebaseGoogleAuthUI/Sources/{Resources,Strings}/*.{png,lproj}"
46     ]
47   },
48   "swift_version": "5.3"