blob: 26d05c88f3d70ff36afdca137fbd52637559fa09 [file] [log] [blame]
{
"name": "ImageDuplicate",
"version": "0.1.4",
"swift_versions": "5.0",
"summary": "Elegant developer tool to find image duplicates",
"description": "ImageDuplicateFinder is a developer tool to find duplicate images. Your duplicate images can be images having same data or same images present in different bundles. It will give you paths of that images.This will reduce the app size of the app as well",
"homepage": "https://github.com/arnavgupta180/ImageDuplicate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arnavgupta180": "arnavgupta180@gmail.com"
},
"source": {
"git": "https://github.com/arnavgupta180/ImageDuplicate.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*",
"swift_version": "5.0"
}