blob: 2d3a5e16d692742edd04af793f4cfeb4b9864672 [file] [log] [blame]
{
"name": "YZYMD5",
"version": "1.0.0",
"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.0"
},
"swift_version": "4.2",
"source_files": "Sources/**/*",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
}
}