Update SSZipArchive.podspec

This commit is contained in:
Nikita
2021-04-21 17:13:37 +03:00
committed by GitHub
parent 0f638a9e94
commit b0c410516e

View File

@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.authors = { 'Sam Soffes' => 'sam@soff.es', 'Joshua Hudson' => nil, 'Antoine Cœur' => nil }
s.source = { :git => 'https://github.com/ZipArchive/ZipArchive.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '4.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.8'
s.watchos.deployment_target = '2.0'