blob: ab63b4c2e0af80c0728f0c0b87e47f377d9c06e4 [file] [log] [blame]
{
"name": "CBHDigestKit",
"version": "1.1.1",
"module_name": "CBHDigestKit",
"summary": "An easy-to-use category for `NSData` and `NSString` to calculate digests.",
"homepage": "https://github.com/chris-huxtable/CBHDigestKit",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Chris Huxtable": "chris@huxtable.ca"
},
"social_media_url": "https://twitter.com/@Chris_Huxtable",
"platforms": {
"osx": "10.8"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHDigestKit.git",
"tag": "v1.1.1"
},
"requires_arc": true,
"public_header_files": "CBHDigestKit/*.h",
"source_files": "CBHDigestKit/*.{h,m}"
}