blob: c6de53d5c93d4565750b9c0079d2f39065ec2e35 [file] [log] [blame]
{
"name": "KeychainSwift",
"version": "2.0.1",
"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.\n",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/exchangegroup/keychain-swift.git",
"tag": "2.0.1"
},
"screenshots": "https://raw.githubusercontent.com/exchangegroup/keychain-swift/master/graphics/keychain-swift-demo.png",
"source_files": "KeychainSwift/*.swift",
"platforms": {
"ios": "8.0"
}
}