blob: 62a72f90286420943f54bb1d52a9d2a88232df2f [file] [log] [blame]
{
"name": "KeychainStore",
"version": "3.0.4",
"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.0.4"
},
"source_files": "Sources/KeychainStore/*.swift",
"requires_arc": true,
"swift_versions": "4.1"
}