blob: 16472c366188019669889f763554cffd686577df [file] [log] [blame]
{
"name": "KeychainStore",
"version": "3.0.2",
"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.2"
},
"source_files": "Sources/KeychainStore/*.swift",
"requires_arc": true,
"swift_version": "4.1"
}