FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
libPhoneNumber-iOS/libPhoneNumberGeocoding.podspec at master · iziz/libPhoneNumber-iOS · GitHub
iziz
/
libPhoneNumber-iOS
Public
Notifications
You must be signed in to change notification settings
Fork
482
Star
2.4k
Code
Issues
0
Pull requests
0
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
libPhoneNumber-iOS
/
libPhoneNumberGeocoding.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (29 loc) · 1.32 KB
Breadcrumbs
libPhoneNumber-iOS
/
libPhoneNumberGeocoding.podspec
Copy path
File metadata and controls
36 lines (29 loc) · 1.32 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
34
35
36
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"libPhoneNumberGeocoding"
s
.
version
=
"1.7.7"
s
.
summary
=
"Geocoding Features for libPhoneNumber-iOS"
s
.
description
=
"libPhoneNumberGeocoding for iOS. iOS library for gathering region descriptions for any phone number. This library stores geocoding metadata on disk space."
s
.
homepage
=
"https://github.com/iziz/libPhoneNumber-iOS.git"
s
.
license
=
'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
s
.
authors
=
{
"rastaarh"
=>
"rastaar@google.com"
,
"paween"
=>
"paween@google.com"
,
"aalexli"
=>
"aalexli@google.com"
,
"Kris Kline"
=>
"kris.kline@oracle.com"
}
s
.
source
=
{
:git
=>
"https://github.com/iziz/libPhoneNumber-iOS.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
libraries
=
'sqlite3'
s
.
ios
.
deployment_target
=
"12.0"
s
.
osx
.
deployment_target
=
"10.13"
s
.
watchos
.
deployment_target
=
"4.0"
s
.
tvos
.
deployment_target
=
"12.0"
s
.
requires_arc
=
true
s
.
resources
=
"libPhoneNumberGeocodingMetaData/*.bundle"
s
.
dependency
'libPhoneNumber-iOS'
,
'~> 1.7.7'
s
.
source_files
=
[
'libPhoneNumberGeocoding/**/*.{h,m}'
,
]
end
Back
|
FazBrowse Home
|
New Git URL