[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 5 / 3 / DocumentScanner / 1.1.0 / DocumentScanner.podspec.json
blob6e451f2048c56e5cad2203ed01cf93f9917faf17
2   "name": "DocumentScanner",
3   "version": "1.1.0",
4   "summary": "Simple documents scanner using Vision",
5   "description": "DocumentScanner is based on rectangle detection, crops region of interest and exports UIImage(s)",
6   "homepage": "https://github.com/StanDimitroff/DocumentScanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "StanDimitroff": "standimitroff@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/StanDimitroff/DocumentScanner.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/standimitroff",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "DocumentScanner/Source/*.swift",
24   "resource_bundles": {
25     "DocumentScanner": [
26       "DocumentScanner/Resources/*.xib",
27       "DocumentScanner/Assets/*.png"
28     ]
29   },
30   "swift_version": "5.0"