blob: 3b44e736ef7c1faf6be4f694947dca8fc26c9cf2 [file] [log] [blame]
{
"name": "ZKCommonCrypto",
"version": "0.1.0",
"summary": "A simple cryptographic tool.",
"description": "This project is only contains CommonCrypto.\nYou can get md5 from file:\nNSString *fileMd5 = [ZKCrypto fileMD5WithPath:@\"filePath\"];.",
"homepage": "https://github.com/KevinZhouRafael/ZKCommonCrypto",
"license": "MIT",
"authors": {
"zhoukai": "wumingapie@gmail.com"
},
"source": {
"git": "https://github.com/KevinZhouRafael/ZKCommonCrypto.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZKCommonCrypto/**/*.{h,m}",
"public_header_files": "ZKCommonCrypto/**/*.h"
}