FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SwiftTask/SwiftTask.podspec at swift/4.0 · ReactKit/SwiftTask · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ReactKit
/
SwiftTask
Public
Notifications
You must be signed in to change notification settings
Fork
175
Star
1.9k
Code
Issues
3
Pull requests
2
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
SwiftTask
/
SwiftTask.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 602 Bytes
Breadcrumbs
SwiftTask
/
SwiftTask.podspec
Copy path
File metadata and controls
16 lines (15 loc) · 602 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
=
'SwiftTask'
s
.
version
=
'5.0.0'
s
.
license
=
{
:type
=>
'MIT'
}
s
.
homepage
=
'https://github.com/ReactKit/SwiftTask'
s
.
authors
=
{
'Yasuhiro Inami'
=>
'inamiy@gmail.com'
}
s
.
summary
=
'Promise + progress + pause + cancel + retry for Swift.'
s
.
source
=
{
:git
=>
'https://github.com/ReactKit/SwiftTask.git'
,
:tag
=>
"
#{
s
.
version
}
"
}
s
.
source_files
=
'SwiftTask/**/*.{h,swift}'
s
.
requires_arc
=
true
s
.
osx
.
deployment_target
=
'10.9'
s
.
ios
.
deployment_target
=
'8.0'
s
.
watchos
.
deployment_target
=
'2.0'
s
.
tvos
.
deployment_target
=
'9.0'
end
Back
|
FazBrowse Home
|
New Git URL