Skip to content

[Library] - Access the keychain

NVMNovem/nvm-keychain

Repository files navigation

NVMKeychain_header

iOS · macOS · watchOS · tvOS


A pure Swift library that allows you to easily access the keychain.

This project is created and maintained by Novem.


Installation

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/nvm-keychain", 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/nvm-keychain" in the search field. Then select the option that is most suited for your needs.

About

[Library] - Access the keychain

Topics

Resources

Stars

Watchers

Forks

Languages