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