Add min deployment_target values for Xcode 15 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I currently work on a project which is developing a private framework which is dependent on the sqlite3 pod. Thank you for your work in making this podspec available to the public!
Recent versions of Xcode have had trouble validating (linting and publishing) podspecs for frameworks which depend on sqlite3, or any dependency which does not declare a min version/deployment_target. See CocoaPods/CocoaPods#11839 , CocoaPods/CocoaPods#12033 , etc.
This PR sets reasonable defaults for Xcode 15.0.1, based on information available at https://developer.apple.com/support/xcode/ . I have only validated that it fixes my project's issue for iOS, the other SDKs are included for completeness.
This fixes #22