| { | |
| "name": "CocoaSecurity", | |
| "version": "1.2.2", | |
| "summary": "Encrypt/Decrypt: AES. Hash: MD5, SHA(SHA1, SHA224, SHA256, SHA384, SHA512). Encode/Decode: Base64, Hex.", | |
| "homepage": "https://github.com/kelp404/CocoaSecurity.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Kelp": "kelp@phate.org" | |
| }, | |
| "source": { | |
| "git": "https://github.com/kelp404/CocoaSecurity.git", | |
| "tag": "1.2.2" | |
| }, | |
| "source_files": "CocoaSecurity/*.{h,m}", | |
| "requires_arc": true | |
| } |