Skip to content

Commit 9e20246

Browse files
committed
Update podspec, resolves #20.
1 parent 9288c2a commit 9e20246

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

SwiftTask.podspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftTask'
3-
s.version = '0.0.1'
3+
s.version = '2.4.0'
44
s.license = { :type => 'MIT' }
5-
s.homepage = 'https://github.com/inamiy/SwiftTask'
5+
s.homepage = 'https://github.com/ReactKit/SwiftTask'
66
s.authors = { 'Yasuhiro Inami' => '[email protected]' }
7-
s.summary = 'Promise + progress + pause + cancel, using SwiftState (state machine).'
7+
s.summary = 'Promise + progress + pause + cancel + retry, using SwiftState (state machine).'
88
s.source = { :git => 'https://github.com/inamiy/SwiftTask.git', :tag => "#{s.version}" }
9-
s.source_files = 'SwiftTask/*.{h,swift}'
10-
s.frameworks = 'Swift'
9+
s.source_files = 'SwiftTask/**/*.{h,swift}'
1110
s.requires_arc = true
11+
12+
s.dependency 'SwiftState', '~> 1.1.1'
1213
end

0 commit comments

Comments
 (0)