[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 3 / DocumentScanner / 1.0.2 / DocumentScanner.podspec.json
blob6f4a877b08e031ea8c82f979e92c45a689150820
2   "name": "DocumentScanner",
3   "version": "1.0.2",
4   "summary": "Simple documents scanner using Vision",
5   "description": "DocumentScanner is based on rectangle detection, crops region of interest and exports UIImage",
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.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "DocumentScanner/Classes/**/*.swift",
22   "resource_bundles": {
23     "DocumentScanner": [
24       "DocumentScanner/Resources/**/*.xib",
25       "DocumentScanner/Assets/**/*.png"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"