We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd758c commit 1d02eb1Copy full SHA for 1d02eb1
SwiftTask.podspec
@@ -1,13 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftTask'
3
- s.version = '2.5.1'
+ s.version = '2.6.0'
4
s.license = { :type => 'MIT' }
5
s.homepage = 'https://github.com/ReactKit/SwiftTask'
6
s.authors = { 'Yasuhiro Inami' => '[email protected]' }
7
s.summary = 'Promise + progress + pause + cancel + retry, using SwiftState (state machine).'
8
s.source = { :git => 'https://github.com/inamiy/SwiftTask.git', :tag => "#{s.version}" }
9
s.source_files = 'SwiftTask/**/*.{h,swift}'
10
s.requires_arc = true
11
-
12
- s.dependency 'SwiftState', '~> 1.1.1'
13
end
0 commit comments