blob: 6e451f2048c56e5cad2203ed01cf93f9917faf17 [file] [log] [blame]
{
"name": "DocumentScanner",
"version": "1.1.0",
"summary": "Simple documents scanner using Vision",
"description": "DocumentScanner is based on rectangle detection, crops region of interest and exports UIImage(s)",
"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.1.0"
},
"social_media_url": "https://twitter.com/standimitroff",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "DocumentScanner/Source/*.swift",
"resource_bundles": {
"DocumentScanner": [
"DocumentScanner/Resources/*.xib",
"DocumentScanner/Assets/*.png"
]
},
"swift_version": "5.0"
}