blob: 16ce8b4daf245e32a5caad258d9bdf1929fa6e40 [file] [log] [blame]
{
"name": "SSKeychain",
"version": "0.1.0",
"summary": "Simple Cocoa wrapper for the keychain that works on Mac and iOS.",
"homepage": "https://github.com/soffes/sskeychain",
"authors": {
"Sam Soffes": "sam@samsoff.es"
},
"source": {
"git": "https://github.com/soffes/sskeychain.git",
"tag": "0.1.0"
},
"description": "SSKeychain is a simple utility class for making the system keychain less sucky.",
"source_files": "SSKeychain.*",
"frameworks": "Security",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": false
}