blob: acd2861f65b5fb80c7b371c23edf28bcbc757455 [file] [log] [blame]
{
"name": "GHKeychain",
"version": "1.2.3",
"summary": "Simple Cocoa wrapper for the keychain that works on Mac and iOS.",
"homepage": "https://github.com/soffes/sskeychain",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/GHKeychain.git",
"tag": "1.2.3"
},
"description": "GHKeychain is a simple utility class for making the system keychain less sucky.",
"source_files": "GHKeychain/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Security",
"Foundation"
]
}