blob: 1ceadd3d24f6df948d801854c208ad16aa81ece6 [file] [log] [blame]
{
"name": "KeychainStore",
"version": "1.1",
"summary": "Swift 2 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": "version_1.1"
},
"source_files": "KeychainStore/*.swift",
"resources": "KeychainStore/keychain_properties.plist",
"requires_arc": true
}