blob: 11227c152fc3dbf6d5fa451175e4a7ac093a1163 [file] [log] [blame]
{
"name": "SAMKeychain",
"version": "1.5.2",
"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/samkeychain",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/soffes/samkeychain.git",
"tag": "v1.5.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "Sources/*.{h,m}",
"resources": "Support/SAMKeychain.bundle",
"frameworks": [
"Security",
"Foundation"
],
"platforms": {
"osx": "10.8",
"ios": "5.0",
"tvos": "9.0",
"watchos": "2.0"
}
}