Skip to content

Commit cf96d36

Browse files
committed
Update podspec.
1 parent b3cd95a commit cf96d36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SwiftTask.podspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftTask'
3-
s.version = '2.6.0'
3+
s.version = '2.6.3'
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.'
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.osx.deployment_target = '10.9'
13+
s.ios.deployment_target = '8.0'
1114
end

0 commit comments

Comments
 (0)