| { |
| "name": "DocumentScanner", |
| "version": "1.0.4", |
| "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.4" |
| }, |
| "social_media_url": "https://twitter.com/standimitroff", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "DocumentScanner/Source/*.swift", |
| "resource_bundles": { |
| "DocumentScanner": [ |
| "DocumentScanner/Resources/*.xib", |
| "DocumentScanner/Assets/*.png" |
| ] |
| } |
| } |