Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Sep 28, 2023
1 parent 90cb52a commit a3f5c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ZIPFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZIPFoundation'
s.version = '0.9.16'
s.version = '0.9.17'
s.license = 'MIT'
s.summary = 'Effortless ZIP Handling in Swift'
s.homepage = 'https://github.com/weichsel/ZIPFoundation'
Expand All @@ -13,6 +13,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '2.0'
s.visionos.deployment_target = '1.0'

s.source_files = 'Sources/ZIPFoundation/*.swift'
s.resource = 'Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy'
Expand Down

0 comments on commit a3f5c2b

Please sign in to comment.