[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / a / 1 / e / FirebaseAuthUI / 12.0.0 / FirebaseAuthUI.podspec.json
blob05ba4ca0ac287b606ff2df571bee614cc2735e73
2   "name": "FirebaseAuthUI",
3   "version": "12.0.0",
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.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   "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   }