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

Added SPM Support #149

Closed mattmaddux closed 3 years ago

mattmaddux commented 4 years ago

A new release would need to be created for SPM to see the manifest. Or just change my instructions in the readme to have them select the develop branch when importing package.

mattmaddux commented 4 years ago

Missed the existing PM adding SPM support. Removing as duplicate.

mattmaddux commented 4 years ago

Reopening this PR as neither of the the other two that add SPM support include updates to the README.md, or include a test target in the Package.swift.

npvisual commented 3 years ago

@mattmaddux : thanks for doing that. I validated it in my project. @jrendel, it would be nice to push a 3.5.0 release that provides support for SPM. This seems like a good PR, imo.