FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
geofire-objc/GeoFire.podspec at master · firebase/geofire-objc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
firebase
/
geofire-objc
Public
Notifications
You must be signed in to change notification settings
Fork
183
Star
448
Code
Issues
26
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
geofire-objc
/
GeoFire.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (24 loc) · 931 Bytes
Breadcrumbs
geofire-objc
/
GeoFire.podspec
Copy path
File metadata and controls
26 lines (24 loc) · 931 Bytes
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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"GeoFire"
s
.
version
=
"5.0.1"
s
.
summary
=
"Realtime location queries with Firebase."
s
.
homepage
=
"https://github.com/firebase/geofire-objc"
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
"Firebase"
s
.
source
=
{
:git
=>
"https://github.com/firebase/geofire-objc.git"
,
:tag
=>
'v'
+
s
.
version
.
to_s
}
s
.
ios
.
deployment_target
=
'11.0'
s
.
requires_arc
=
true
s
.
default_subspec
=
'Database'
s
.
swift_version
=
"5.0"
s
.
subspec
'Database'
do
|
db
|
db
.
ios
.
dependency
'Firebase/Database'
,
'> 7.0.0'
,
'< 12.0.0'
db
.
ios
.
dependency
'GeoFire/Utils'
db
.
public_header_files
=
"GeoFire/API/*"
db
.
source_files
=
[
"GeoFire/Implementation/*"
,
"GeoFire/API/*"
]
db
.
frameworks
=
'FirebaseDatabase'
end
s
.
subspec
'Utils'
do
|
utils
|
utils
.
source_files
=
"GeoFire/Utils/*"
utils
.
frameworks
=
'CoreLocation'
end
end
Back
|
FazBrowse Home
|
New Git URL