You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever we update the pod and publish to Cocoapods,
pod spec lint
warns us that
Usage of the .swift_version file has been deprecated!
Let's clean it up and replace it with swift_versions in the podspec
per lint's recommendation.
See issue #169 in the repo.
0 commit comments