blob: 207ecf1f9cdf22a4a98420f931ceb3ca55e02d15 [file] [log] [blame]
{
"name": "SSKeychain",
"version": "0.2.1",
"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": "0.2.1"
},
"description": "SSKeychain is a simple utility class for making the system keychain less sucky.",
"source_files": "SSKeychain/*.{h,m}",
"frameworks": "Security",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": false
}