[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / b / 0 / 6 / FirebasePhoneAuthUI / 11.0.3 / FirebasePhoneAuthUI.podspec.json
blob258b4d9eb9f0974afc49e0e7e51177e27a1d8be1
2   "name": "FirebasePhoneAuthUI",
3   "version": "11.0.3",
4   "summary": "A phone auth provider 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.3"
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": "FirebasePhoneAuthUI/Sources/Public/FirebasePhoneAuthUI/*.h",
27   "source_files": "FirebasePhoneAuthUI/Sources/**/*.{h,m}",
28   "dependencies": {
29     "FirebaseAuthUI": [
31     ],
32     "FirebaseAuth": [
33       "~> 8.0"
34     ],
35     "FirebaseCore": [
37     ],
38     "GoogleUtilities/UserDefaults": [
40     ]
41   },
42   "resource_bundles": {
43     "FirebasePhoneAuthUI": [
44       "FirebasePhoneAuthUI/Sources/{Resources,Strings}/*.{xib,json,lproj,png}"
45     ]
46   }