blob: cd1dfb691b1fa72ca6a0438ada4cb997b04ea454 [file] [log] [blame]
{
"name": "HLFileHash",
"version": "0.0.2",
"summary": "calculate file md5 in iOS.",
"description": "An easy way to calculate file md5 in iOS.",
"homepage": "https://github.com/liuhaoliang/HLFileHash",
"license": "MIT",
"authors": {
"lhl": "271072547@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/liuhaoliang/HLFileHash.git",
"tag": "0.0.2"
},
"source_files": [
"HLFileHash",
"HLFileHash/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}