FootlessParser icon indicating copy to clipboard operation
FootlessParser copied to clipboard

Set min deployment versions to those supported by Xcode 15.3

Open banjun opened this issue 2 months ago • 0 comments

Recently pod lib lint cannot pass because recent Xcodes cannot build for old iOS/macOS versions. (refs https://github.com/CocoaPods/CocoaPods/issues/11839 ). I need the lint success as some my podspecs depend on your podspec.

As far as I know, the only effective workaround is to increase the minimum deployment target. Any other significant changes might not be needed.

Do you mind if you could accept changes in this PR, and bump the version such as 0.5.3, and publish it ( pod trunk push)?

banjun avatar Apr 28 '24 14:04 banjun