blob: eae0346a37189f711dc5f290398d4177fd35f810 [file] [log] [blame]
{
"name": "KeychainSwift",
"version": "4.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/marketplacer/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 Data with simple functions.\n* Specify optional access rule for the keychain item.\n* Limit operations to a specific access group.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/marketplacer/keychain-swift.git",
"tag": "4.0.0"
},
"screenshots": "https://raw.githubusercontent.com/marketplacer/keychain-swift/master/graphics/keychain-swift-demo-3.png",
"source_files": "KeychainSwift/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
}
}