FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
react-native-geocoder/react-native-geocoder.podspec at master · devfd/react-native-geocoder · GitHub
This repository was archived by the owner on Sep 4, 2021. It is now read-only.
devfd
/
react-native-geocoder
Public archive
Notifications
You must be signed in to change notification settings
Fork
179
Star
426
Code
Issues
37
Pull requests
20
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
react-native-geocoder
/
react-native-geocoder.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 590 Bytes
Breadcrumbs
react-native-geocoder
/
react-native-geocoder.podspec
Copy path
File metadata and controls
18 lines (15 loc) · 590 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
require
'json'
package
=
JSON
.
parse
(
File
.
read
(
"package.json"
)
)
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
package
[
"name"
]
s
.
version
=
package
[
"version"
]
s
.
summary
=
package
[
'description'
]
s
.
author
=
{
"devfd"
=>
"hello@devfd.me"
}
s
.
license
=
package
[
"license"
]
s
.
homepage
=
package
[
"homepage"
]
s
.
platform
=
:ios
,
"7.0"
s
.
source
=
{
:git
=>
"https://github.com/devfd/react-native-geocoder.git"
,
:tag
=>
"v
#{
s
.
version
}
"
}
s
.
source_files
=
'ios/RNGeocoder/*.{h,m}'
s
.
preserve_paths
=
"**/*.js"
s
.
dependency
'React'
end
Back
|
FazBrowse Home
|
New Git URL