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