FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Async/AsyncSwift.podspec at master · ios-robert/Async · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ios-robert
/
Async
Public
forked from
duemunk/Async
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Async
/
AsyncSwift.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (17 loc) · 704 Bytes
Breadcrumbs
Async
/
AsyncSwift.podspec
Copy path
File metadata and controls
18 lines (17 loc) · 704 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"AsyncSwift"
s
.
version
=
"2.1.0"
s
.
summary
=
"Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch"
s
.
homepage
=
"https://github.com/duemunk/Async"
s
.
license
=
{
:type
=>
"MIT"
}
s
.
authors
=
{
"Tobias Due Munk"
=>
"tobias@developmunk.dk"
}
s
.
osx
.
deployment_target
=
"10.10"
s
.
ios
.
deployment_target
=
"8.0"
s
.
tvos
.
deployment_target
=
"9.0"
s
.
watchos
.
deployment_target
=
"3.0"
s
.
source
=
{
:git
=>
"https://github.com/duemunk/Async.git"
,
:tag
=>
"2.0.5"
}
s
.
source_files
=
"Sources/**/*.swift"
s
.
requires_arc
=
true
s
.
module_name
=
'Async'
s
.
swift_versions
=
[
'4.0'
,
'4.2'
,
'5.0'
,
'5.1'
]
end
Back
|
FazBrowse Home
|
New Git URL