[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / f / FirebaseGoogleAuthUI / 12.2.0 / FirebaseGoogleAuthUI.podspec.json
blobd1a7ceb19a9e4e589802ce63f72eccaef2f73d7c
2   "name": "FirebaseGoogleAuthUI",
3   "version": "12.2.0",
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": "v12.2.0"
13   },
14   "authors": "Firebase",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "ios": {
19     "frameworks": "UIKit"
20   },
21   "requires_arc": true,
22   "cocoapods_version": ">= 1.8.0",
23   "static_framework": true,
24   "pod_target_xcconfig": {
25     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
26   },
27   "swift_versions": "5.3",
28   "public_header_files": "FirebaseGoogleAuthUI/Sources/Public/FirebaseGoogleAuthUI/*.h",
29   "source_files": "FirebaseGoogleAuthUI/Sources/**/*.{h,m}",
30   "dependencies": {
31     "FirebaseAuth": [
33     ],
34     "FirebaseCore": [
36     ],
37     "FirebaseAuthUI": [
39     ],
40     "GoogleSignIn": [
41       "~> 6.0"
42     ]
43   },
44   "resource_bundles": {
45     "FirebaseGoogleAuthUI": [
46       "FirebaseGoogleAuthUI/Sources/{Resources,Strings}/*.{png,lproj}"
47     ]
48   },
49   "swift_version": "5.3"