blob: 9b34a7a5af58dc0d6a9fb96ef6fc5e23ec0d7389 [file] [log] [blame]
{
"name": "SCKeychainManager",
"version": "0.1.0",
"summary": "A wrapper for storing, removing and retrieving items from the Keychain.",
"swift_versions": "5.0",
"description": "A wrapper for storing, removing and retrieving passwords, certificates, keys, JSON Web Tokens, or any other type of data in a secure way.",
"homepage": "https://github.com/libscudo/SCKeychainManager-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eaceto": "ezequiel.aceto@gmail.com"
},
"source": {
"git": "https://github.com/libscudo/SCKeychainManager-iOS.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/eaceto_public",
"platforms": {
"ios": "10.0"
},
"source_files": "SCKeychainManager/Classes/**/*",
"swift_version": "5.0"
}