blob: 20e2b0f03f435808f60cc03621ad1b3147904bfd [file] [log] [blame]
{
"name": "OGCryptoHash",
"version": "0.2.1",
"summary": "Wrapper around CommonCrypto hash functions: MD5, SHA1, SHA224, SHA256, SHA384, and SHA512. Supports hmac signing.",
"homepage": "https://github.com/OrangeGroove/OGCryptoHash",
"license": {
"type": "MIT"
},
"authors": {
"Jesper": "jesper@orangegroove.net"
},
"source": {
"git": "https://github.com/OrangeGroove/OGCryptoHash.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "OGCryptoHash/*.[hm]",
"requires_arc": true
}