Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Keychain

Carthage compatiblePlatform

Description

Keychain provides simple mechanism (like working with NSUserDefaults) for interactions with the keychain storage.

Requirements

  • iOS 8.0+
  • Xcode 7.3+

Installation

Carthage

To integrate Keychain into your project using Carthage, specify it in your Keychain:

github "valery-bashkatov/Keychain"

And then follow the instructions to install the framework.

Documentation

API Reference is located at http://valery-bashkatov.github.io/Keychain.

Usage

import Keychain
try!Keychain.setValue("Jack", forKey:"name")try!Keychain.setValue([3735565,2454548,964533], forKey:"phoneNumbers")letname=try!Keychain.getValue(forKey:"name")as!StringletphoneNumbers=try!Keychain.getValue(forKey:"phoneNumbers")as![Int]

About

Keychain is as simple as NSUserDefaults

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages