IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

Remove .swift_version and use swift_versions attribute instead. (Upgrade Cocoapods too?) #169

Open bobgilmore opened 5 years ago

bobgilmore commented 5 years ago

We get the following warning when pushing to Cocoapods trunk...

[!] Usage of the .swift_version file has been deprecated! Please delete the file and use the swift_versions attribute within your podspec instead.

(Along with this, we should probably upgrade the pod version. Cocoapods 1.7.1 is the latest.)

This is work that's only noticed AFTER dev work is completed, we've tagged, and we're trying to push, so we need to just do it and let it ride into a "motivated" release.