XCode 14 requires the minimum deployment target to be ios11. Added a post-install script to adjust deployment targets following this tip
The drawback of this approach is that users of this framework have to add the same script to their Podfile.
Changing the podspec files of all the dependent pods by cloning them to our repo would be a very challenging task.
Fix #48
XCode 14 requires the minimum deployment target to be ios11. Added a post-install script to adjust deployment targets following this tip
The drawback of this approach is that users of this framework have to add the same script to their Podfile. Changing the podspec files of all the dependent pods by cloning them to our repo would be a very challenging task.