blob: ad3f77157cae3b86530401012694a94ad22b4015 [file] [log] [blame]
{
"name": "IGDigest",
"version": "1.1.1",
"summary": "Provides convenient wrappers for popular message digest formats (MD5, SHA1 and SHA256) and HMAC (Hash-based message authentication code).",
"homepage": "https://github.com/siuying/IGWebLogger",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"license": "MIT",
"source": {
"git": "https://github.com/siuying/IGDigest.git",
"tag": "1.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": [
"IGDigest/Digest/*.{m,h}",
"IGDigest/HMAC/*.{m,h}"
]
}