Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan Wijckmans committed Sep 12, 2024
1 parent f8fed65 commit 6e5710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '3.0'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '12'
s.requires_arc = true

s.source_files = 'Zip/*.{swift,h}', 'Zip/minizip/*.{c,h}', 'Zip/minizip/include/*.{c,h}'
Expand Down

0 comments on commit 6e5710f

Please sign in to comment.