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 340 forks source link

Support for multi platform framework target(tvOS, iOS, macOS) #165

Open amberkatyal opened 3 years ago

amberkatyal commented 3 years ago

Unable to install pods for macOS, tvOS target. For tvOS12 getting deprecated warnings.

sai-manoj-kumar commented 2 years ago

@jrendel Any idea what it takes to support this? If I understand, I can work on it.