2 "name": "CCommonCrypto",
4 "summary": "A simple cryptographic tool.",
5 "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 CCommonCrypto C API.",
6 "homepage": "http://gitlab.xuanke.com/iOS/CCommonCrypto",
9 "taozui": "taozui@kaochong.com"
12 "git": "git@gitlab.xuanke.com:iOS/CCommonCrypto.git",
18 "source_files": "CCommonCrypto/**/*.{h,m}",
19 "public_header_files": "CCommonCrypto/**/*.h"