blob: 92ea982e200cca0b85f730205290f19b944a7e34 [file] [log] [blame]
{
"name": "KeychainStore",
"version": "3.1.0",
"summary": "Swift Framework to access the Keychain in iOS",
"homepage": "https://github.com/JuanjoArreola/KeychainStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juanjo Arreola": "juanjo.arreola@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JuanjoArreola/KeychainStore.git",
"tag": "3.1.0"
},
"source_files": "Sources/KeychainStore/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}