blob: eeabe9ca714688ef15b65a48e17571ef282ce366 [file] [log] [blame]
{
"name": "KeychainSwift",
"version": "3.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/exchangegroup/keychain-swift",
"summary": "A library for saving text and data in the Keychain with Swift.",
"description": "This is a collection of helper functions for saving text and data in the Keychain.\n\n* Write and read text and NSData with simple functions.\n* Specify optional access rule for the keychain item.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/exchangegroup/keychain-swift.git",
"tag": "3.0.0"
},
"screenshots": "https://raw.githubusercontent.com/exchangegroup/keychain-swift/master/graphics/keychain-swift-demo.png",
"source_files": "KeychainSwift/*.swift",
"platforms": {
"ios": "8.0"
}
}