blob: 216e6c4d7250b90f7aafb8ff426f2cadac76e472 [file] [log] [blame]
{
"name": "SSKeychain",
"version": "1.4.1",
"description": "Simple Cocoa wrapper for the keychain that works on OS X, iOS, tvOS, and watchOS.",
"summary": "Simple Cocoa wrapper for the keychain.",
"homepage": "https://github.com/soffes/sskeychain",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/soffes/sskeychain.git",
"tag": "v1.4.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "Sources/*.{h,m}",
"resources": "Support/SSKeychain.bundle",
"frameworks": [
"Security",
"Foundation"
],
"platforms": {
"osx": "10.8",
"ios": "5.0",
"tvos": "9.0",
"watchos": "2.0"
},
"deprecated_in_favor_of": "SAMKeychain"
}