FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
libPhoneNumber-iOS/libPhoneNumber-iOS-SwiftUI.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
/
libPhoneNumber-iOS-SwiftUI.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (28 loc) · 1.22 KB
Breadcrumbs
libPhoneNumber-iOS
/
libPhoneNumber-iOS-SwiftUI.podspec
Copy path
File metadata and controls
33 lines (28 loc) · 1.22 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
=
"libPhoneNumber-iOS-SwiftUI"
s
.
module_name
=
"libPhoneNumberSwiftUI"
s
.
version
=
"1.7.7"
s
.
summary
=
"SwiftUI phone input component for libPhoneNumber-iOS"
s
.
description
=
"SwiftUI phone input component with live as-you-type formatting, validation state, region picker hooks, and E.164 output."
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
=
{
"iziz"
=>
"zen.isis@gmail.com"
,
"hyukhur"
=>
"hyukhur@gmail.com"
,
"Kris Kline"
=>
"kris.kline@oracle.com"
}
s
.
source
=
{
:git
=>
"https://github.com/iziz/libPhoneNumber-iOS.git"
,
:tag
=>
s
.
version
.
to_s
}
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
.
swift_version
=
"5.5"
s
.
requires_arc
=
true
s
.
dependency
'libPhoneNumber-iOS-SwiftCore'
,
'~> 1.7.7'
s
.
source_files
=
[
'libPhoneNumberSwiftUI/**/*.swift'
,
]
end
Back
|
FazBrowse Home
|
New Git URL