FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FirebaseUI-iOS/FirebaseUI.podspec at main · firebase/FirebaseUI-iOS · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
firebase
/
FirebaseUI-iOS
Public
Notifications
You must be signed in to change notification settings
Fork
493
Star
1.6k
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
FirebaseUI-iOS
/
FirebaseUI.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (29 loc) · 1.02 KB
Breadcrumbs
FirebaseUI-iOS
/
FirebaseUI.podspec
Copy path
File metadata and controls
33 lines (29 loc) · 1.02 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'FirebaseUI'
s
.
version
=
'15.1.0'
s
.
summary
=
'UI binding libraries for Firebase.'
s
.
homepage
=
'https://github.com/firebase/FirebaseUI-iOS'
s
.
license
=
{
:type
=>
'Apache 2.0'
,
:file
=>
'LICENSE'
}
s
.
source
=
{
:git
=>
'https://github.com/firebase/FirebaseUI-iOS.git'
,
:tag
=>
'v'
+
s
.
version
.
to_s
}
s
.
author
=
'Firebase'
s
.
platform
=
:ios
s
.
ios
.
deployment_target
=
'13.0'
s
.
ios
.
framework
=
'UIKit'
s
.
requires_arc
=
true
s
.
public_header_files
=
'FirebaseUI.h'
s
.
source_files
=
'FirebaseUI.h'
s
.
swift_version
=
'6.0'
s
.
cocoapods_version
=
'>= 1.8.0'
s
.
pod_target_xcconfig
=
{
'HEADER_SEARCH_PATHS'
=>
'"${PODS_TARGET_SRCROOT}"'
,
}
s
.
subspec
'Database'
do
|
database
|
database
.
dependency
'FirebaseDatabaseUI'
,
'~> 15.0'
end
s
.
subspec
'Firestore'
do
|
firestore
|
firestore
.
dependency
'FirebaseFirestoreUI'
,
'~> 15.0'
end
s
.
subspec
'Storage'
do
|
storage
|
storage
.
dependency
'FirebaseStorageUI'
,
'~> 15.0'
end
end
Back
|
FazBrowse Home
|
New Git URL