FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
AsyncLocationKit/AsyncLocationKit.podspec at main · AsyncSwift/AsyncLocationKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AsyncSwift
/
AsyncLocationKit
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
200
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
AsyncLocationKit
/
AsyncLocationKit.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 742 Bytes
Breadcrumbs
AsyncLocationKit
/
AsyncLocationKit.podspec
Copy path
File metadata and controls
16 lines (16 loc) · 742 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'AsyncLocationKit'
s
.
module_name
=
'AsyncLocationKit'
s
.
version
=
'2.0.1'
s
.
summary
=
'📍async/await CoreLocation'
s
.
homepage
=
'https://github.com/AsyncSwift/AsyncLocationKit'
s
.
license
=
'MIT'
s
.
author
=
{
'Pavel Grechikhin'
=>
'pav.gre4ixin@gmail.com'
}
s
.
source
=
{
:git
=>
'https://github.com/AsyncSwift/AsyncLocationKit.git'
,
:tag
=>
s
.
version
}
s
.
ios
.
deployment_target
=
'13.0'
s
.
tvos
.
deployment_target
=
'13.0'
s
.
watchos
.
deployment_target
=
'6.0'
s
.
requires_arc
=
true
s
.
swift_version
=
'5.5'
s
.
source_files
=
'Sources/AsyncLocationKit/**/*.{swift}'
end
Back
|
FazBrowse Home
|
New Git URL