[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / c / 0 / f / FirebaseGoogleAuthUI / 11.0.0 / FirebaseGoogleAuthUI.podspec.json
bloba78da67d24a2bf9aff28d50a9b5a272aa5c04cb2
2   "name": "FirebaseGoogleAuthUI",
3   "version": "11.0.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": "v11.0.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   "public_header_files": "FirebaseGoogleAuthUI/Sources/Public/FirebaseGoogleAuthUI/*.h",
28   "source_files": "FirebaseGoogleAuthUI/Sources/**/*.{h,m}",
29   "dependencies": {
30     "FirebaseAuthUI": [
32     ],
33     "GoogleSignIn": [
34       "~> 5.0"
35     ],
36     "FirebaseAuth": [
37       "~> 8.0"
38     ],
39     "FirebaseCore": [
41     ],
42     "GoogleUtilities/UserDefaults": [
44     ]
45   },
46   "resource_bundles": {
47     "FirebaseGoogleAuthUI": [
48       "FirebaseGoogleAuthUI/Sources/{Resources,Strings}/*.{png,lproj}"
49     ]
50   }