Skip to content

NVMNovem/NVMKeychain_swift

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/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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages