[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / e / FirebaseAuthUI / 14.0.0 / FirebaseAuthUI.podspec.json
blobbb56928e88223216cb1698260413674ac1e19bb0
2   "name": "FirebaseAuthUI",
3   "version": "14.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": "v14.0.0"
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": "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/*.h",
28   "source_files": "FirebaseAuthUI/Sources/**/*.{h,m}",
29   "dependencies": {
30     "FirebaseAuth": [
31       ">= 8.0",
32       "< 12.0"
33     ],
34     "FirebaseCore": [
36     ]
37   },
38   "resource_bundles": {
39     "FirebaseAuthUI": [
40       "FirebaseAuthUI/Sources/{Resources,Strings}/*.{xib,png,lproj}"
41     ]
42   },
43   "swift_version": "5.3"