blob: c21517fe8024114e9a803387ff3221c68ebd44d3 [file] [log] [blame]
{
"name": "KeychainSwift",
"version": "19.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/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/evgenyneu/keychain-swift.git",
"tag": "19.0.0"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/keychain-swift/master/graphics/keychain-swift-demo-3.png",
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}