marmelroy / Zip

Swift framework for zipping and unzipping files.
MIT License
2.51k stars 452 forks source link

Please update deployment target to 11.0 #244

Open toffalori opened 1 year ago

toffalori commented 1 year ago

Hi, this project has the deployment target set to version 9.0, which does not work for xcode 14.3.

This wouldn't be a problem if you use it in a normal podfile, because there you can overwrite it with a post_install script.
Unfortunately we use it as a dependency in our own podspec. Therefore I kindly ask if you can change the deployment target to at least version 11.0.

Thank you.