Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Sep 25, 2023
1 parent bd55f1d commit da881c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GZIP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Pod::Spec.new do |s|
s.library = 'z'
s.requires_arc = false
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '11.0'
end

0 comments on commit da881c9

Please sign in to comment.