blob: bf74a9f5aced4a09a947c9a8e7658ce7e3f067ef [file] [log] [blame]
{
"name": "MCSMKeychainItem",
"version": "1.1",
"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.1"
},
"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": true,
"frameworks": [
"Foundation",
"Security"
]
}