jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Define swift_version in podspec instead of the .swift-version file. #125

Closed Zandor300 closed 5 years ago

Zandor300 commented 5 years ago

Specifying the Swift version through the .swift-version file is deprecated. Instead, it should be set in the podspec.

https://github.com/kylef/swiftenv/issues/110#issuecomment-360968869 https://github.com/CocoaPods/CocoaPods/pull/8593

Potential fix for https://github.com/jrendel/SwiftKeychainWrapper/issues/124

ferrerod commented 5 years ago

@jrendel Hi there, when do you plan to bump the podspec to 3.3.x or something so these changes are published as a pod?