blob: c10daff306c408ef97131b345a15fcf2b831859a [file] [log] [blame]
{
"name": "CocoaSecurity",
"version": "1.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"
},
"source_files": "CocoaSecurity/*.{h,m}",
"requires_arc": true
}