| { | |
| "name": "MMKeychain", | |
| "version": "1.0", | |
| "summary": "A simple wrapper around the keychain that securely stores NSStrings.", | |
| "homepage": "https://github.com/greenisus/MMKeychain", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Mike Mayo": "greenisus@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/greenisus/MMKeychain.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": "*.{h,m}", | |
| "frameworks": "Security", | |
| "requires_arc": true | |
| } |