blob: 242486495e65e4569d5ef3e9f9afc17bb514b2bd [file] [log] [blame]
{
"name": "DocumentScanner",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "DocumentScanner/Classes/**/*.swift",
"resource_bundles": {
"DocumentScanner": [
"DocumentScanner/Resources/**/*.xib",
"DocumentScanner/Assets/**/*.png"
]
},
"pushed_with_swift_version": "4.0",
"deprecated": true
}