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