blob: b2ed059ec7c09185c4904890b26c0fef42670e12 [file] [log] [blame]
{
"name": "MCSMKeychainItem",
"version": "1.0",
"summary": "A Keychain Wrapper for iOS and OS X.",
"homepage": "https://github.com/ObjColumnist/MCSMKeychainItem",
"authors": "Spencer MacDonald",
"license": "Modified BSD License",
"source": {
"git": "https://github.com/ObjColumnist/MCSMKeychainItem.git",
"tag": "1.0"
},
"description": "MCSMKeychainItem allows you to create, fetch and remove Keychain Items from the Keychain on iOS and OS X using the same simple Objective-C API.",
"source_files": "*.{h,m}",
"requires_arc": false,
"frameworks": [
"Foundation",
"Security"
]
}