blob: d5f16f167001caa3f7a3771e915bfc4a7dae880c [file] [log] [blame]
{
"name": "DHash",
"version": "1.0.0",
"summary": "DHashes can be used to quickly check if images are kind-of similar",
"homepage": "https://github.com/AndreasVerhoeven/DHash",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andreas Verhoeven": "cocoapods@aveapps.com"
},
"source": {
"git": "https://github.com/AndreasVerhoeven/DHash.git",
"tag": "1.0.0"
},
"module_name": "DHash",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/*.swift",
"swift_version": "5.0"
}