blob: add5838edf2e4fd33129db049bec073fd04a3a78 [file] [log] [blame]
{
"name": "SwiftDataHash",
"version": "1.0.0",
"summary": "Swift wrapper around CommonCrypto hash functions",
"description": " This library provides a Swift-based wrapper around the\n MD5, SHA1, SHA224, SHA256, SHA384, and SHA512 cryptographic\n hash functions, as implemented by the Apple CommonCrypto library.\n",
"homepage": "https://github.com/PodBuilder/SwiftDataHash",
"platforms": {
"osx": "10.10"
},
"license": "MIT",
"authors": "William Kent",
"source": {
"git": "https://github.com/PodBuilder/SwiftDataHash.git",
"tag": "1.0.0"
},
"source_files": "SwiftDataHash/*.{h,m,swift}",
"requires_arc": true
}