[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 1 / e / FirebaseAuthUI / 12.1.1 / FirebaseAuthUI.podspec.json
blobd2670ea2077a81505b3646f33d90e569ba7f4a47
2   "name": "FirebaseAuthUI",
3   "version": "12.1.1",
4   "summary": "A prebuilt authentication UI flow for Firebase Auth.",
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.1.1"
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   "pod_target_xcconfig": {
24     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
25   },
26   "public_header_files": "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/*.h",
27   "source_files": "FirebaseAuthUI/Sources/**/*.{h,m}",
28   "dependencies": {
29     "FirebaseAuth": [
30       "~> 8.0"
31     ],
32     "FirebaseCore": [
34     ]
35   },
36   "resource_bundles": {
37     "FirebaseAuthUI": [
38       "FirebaseAuthUI/Sources/{Resources,Strings}/*.{xib,png,lproj}"
39     ]
40   }