blob: 6f4a877b08e031ea8c82f979e92c45a689150820 [file] [log] [blame]
{
"name": "DocumentScanner",
"version": "1.0.2",
"summary": "Simple documents scanner using Vision",
"description": "DocumentScanner is based on rectangle detection, crops region of interest and exports UIImage",
"homepage": "https://github.com/StanDimitroff/DocumentScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"StanDimitroff": "standimitroff@gmail.com"
},
"source": {
"git": "https://github.com/StanDimitroff/DocumentScanner.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DocumentScanner/Classes/**/*.swift",
"resource_bundles": {
"DocumentScanner": [
"DocumentScanner/Resources/**/*.xib",
"DocumentScanner/Assets/**/*.png"
]
},
"pushed_with_swift_version": "4.0"
}