Skip to content

Commit d5c2cb8

Browse files
committed
Update podspec.
1 parent 6632a11 commit d5c2cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftTask.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftTask'
3-
s.version = '2.6.4'
3+
s.version = '3.0.0'
44
s.license = { :type => 'MIT' }
55
s.homepage = 'https://github.com/ReactKit/SwiftTask'
66
s.authors = { 'Yasuhiro Inami' => '[email protected]' }
77
s.summary = 'Promise + progress + pause + cancel + retry for Swift.'
8-
s.source = { :git => 'https://github.com/inamiy/SwiftTask.git', :tag => "#{s.version}" }
8+
s.source = { :git => 'https://github.com/ReactKit/SwiftTask.git', :tag => "#{s.version}" }
99
s.source_files = 'SwiftTask/**/*.{h,swift}'
1010
s.requires_arc = true
1111

0 commit comments

Comments
 (0)