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 b3cd95a commit cf96d36Copy full SHA for cf96d36
SwiftTask.podspec
@@ -1,11 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftTask'
3
- s.version = '2.6.0'
+ s.version = '2.6.3'
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}" }
9
s.source_files = 'SwiftTask/**/*.{h,swift}'
10
s.requires_arc = true
11
+
12
+ s.osx.deployment_target = '10.9'
13
+ s.ios.deployment_target = '8.0'
14
end
0 commit comments