blob: 26a54b871b22ae022dbac786cc999b7b71a09525 [file] [log] [blame]
{
"name": "CommonCrypto",
"version": "1.1",
"summary": "A simple cryptographic tool.",
"description": " This implements a category on NSData for performing digest, HMAC, and cryptographic operations on the contents of the receiver, all of which are based on the CommonCrypto C API.\n",
"homepage": "https://github.com/AlanQuatermain/aqtoolkit",
"license": "MIT",
"authors": {
"Jim Dovey": "jimdovey@mac.com"
},
"source": {
"git": "https://github.com/EduPad/CommonCrypto.git",
"tag": "1.1"
},
"source_files": "NSData+CommonCrypto.{h,m}",
"public_header_files": "*.h",
"requires_arc": false
}