blob: 1c5f06033d674220c76f5c012dcd3ba204b621f5 [file] [log] [blame]
{
"name": "YZYMD5",
"version": "1.0.2",
"summary": "Compute MD5 hash of string or file with small memory usage, implemented in pure Swift, support iOS and MacOS",
"description": "Compute MD5 hash of string or file with small memory usage, implemented in pure Swift, support iOS and MacOS.",
"homepage": "https://boyknight.github.io/YZYMD5/",
"license": "MIT",
"authors": {
"Yang Zhi Yong": "14497294@qq.com"
},
"source": {
"git": "https://github.com/boyknight/YZYMD5",
"tag": "1.0.2"
},
"swift_version": "4.2",
"source_files": "Sources/**/*",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
}
}