Skip to content

Commit 1d02eb1

Browse files
committed
Update podspec.
1 parent fcd758c commit 1d02eb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SwiftTask.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftTask'
3-
s.version = '2.5.1'
3+
s.version = '2.6.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, using SwiftState (state machine).'
88
s.source = { :git => 'https://github.com/inamiy/SwiftTask.git', :tag => "#{s.version}" }
99
s.source_files = 'SwiftTask/**/*.{h,swift}'
1010
s.requires_arc = true
11-
12-
s.dependency 'SwiftState', '~> 1.1.1'
1311
end

0 commit comments

Comments
 (0)