adamwaite / Validator

Drop in user input validation for your iOS apps.
MIT License
1.42k stars 218 forks source link

Inconsistent deployment target on SPM #137

Open Vidhyadharan24 opened 4 years ago

Vidhyadharan24 commented 4 years ago

The iOS deployment target for iOS and tvOS on both cocoapods and Carthage is 9.0 and 10.0 respectively, while the deployment target for iOS and tvOS on SPM is 11.0 for both, it would be better to match the deployment target for SPM to that of the other dependency managers.

BrentMifsud commented 4 years ago

Not only this, but there has not been a release cut for SPM support. So when you try to add as an SPM dependency, it fails to find the package manifest.

The fix is simple, just add a new release tag.