A pure Swift library that allows you to easily access the keychain.
This project is created and maintained by Novem.
You can use The Swift Package Manager (SPM) to install NVMKeychain by adding the following description to your Package.swift
file:
import PackageDescription
let package = Package(
name: "YOUR_PROJECT_NAME",
dependencies: [
.package(url: "https://github.com/NVMNovem/NVMKeychain_swift", from: "1.0.0"),
]
)
Then run swift build
.
You can also install using SPM in your Xcode project by going to "Project->NameOfYourProject->Swift Packages" and placing "https://github.com/NVMNovem/NVMKeychain_swift" in the search field. Then select the option that is most suited for your needs.