Skip to content

Commit 175c389

Browse files
committed
3.0.0 (#13)
1 parent a28aec8 commit 175c389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReadiumZIPFoundation.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'ReadiumZIPFoundation'
3-
s.version = '2.0.0'
3+
s.version = '3.0.0'
44
s.license = 'MIT'
55
s.summary = 'Effortless ZIP Handling in Swift'
66
s.homepage = 'https://github.com/readium/ZIPFoundation'
77
s.social_media_url = 'http://twitter.com/weichsel'
88
s.authors = { 'Thomas Zoechling' => '[email protected]' }
99
s.source = { :git => 'https://github.com/readium/ZIPFoundation.git', :tag => s.version }
10-
s.swift_versions = ['4.0', '4.2', '5.0']
10+
s.swift_versions = ['5.0']
1111

1212
s.ios.deployment_target = '13.0'
13-
s.osx.deployment_target = '10.11'
13+
s.osx.deployment_target = '11.0'
1414

1515
s.source_files = 'Sources/ZIPFoundation/*.swift'
1616
s.resource_bundles = {'ZIPFoundation_Privacy' => ['Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy']}

0 commit comments

Comments
 (0)