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 6632a11 commit d5c2cb8Copy full SHA for d5c2cb8
SwiftTask.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftTask'
3
- s.version = '2.6.4'
+ s.version = '3.0.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 for Swift.'
8
- s.source = { :git => 'https://github.com/inamiy/SwiftTask.git', :tag => "#{s.version}" }
+ s.source = { :git => 'https://github.com/ReactKit/SwiftTask.git', :tag => "#{s.version}" }
9
s.source_files = 'SwiftTask/**/*.{h,swift}'
10
s.requires_arc = true
11
0 commit comments