blob: e64a5b737283e503dfde87dc93214cc7d2a3e468 [file] [log] [blame]
{
"name": "KeychainStore",
"version": "2.1",
"summary": "Swift 3.1 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": "2.1"
},
"source_files": "KeychainStore/*.swift",
"resources": "KeychainStore/keychain_properties.plist",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}