blob: d49541c0b4011e802da50d6a3b37944375137148 [file] [log] [blame]
{
"name": "MCSMKeychainItem",
"version": "1.0.2",
"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.2"
},
"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"
]
}