blob: bbde57e017cb221c3b1f802ef6c438027bfb5807 [file] [log] [blame]
{
"name": "OGCryptoHash",
"version": "0.2.2",
"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.2"
},
"source_files": "OGCryptoHash/*.[hm]",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}