[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / a / 4 / TextScanner / 1.1.1 / TextScanner.podspec.json
blob7ddc270e2dd3ea9db60eb0d5f914a1752a3fbbf3
2   "name": "TextScanner",
3   "version": "1.1.1",
4   "summary": "Real time text scanner",
5   "description": "Quick scan with Tesseract OCR in real time based off of PassportScanner by evermeer",
6   "homepage": "https://github.com/ashare80/RVTTextScannerView",
7   "screenshots": [
8     ""
9   ],
10   "license": {
11     "type": "BSD-3",
12     "file": "LICENSE"
13   },
14   "authors": "Adam Share",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/ashare80/RVTTextScannerView.git",
20     "tag": "1.1.1"
21   },
22   "source_files": "Pod/*",
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "dependencies": {
26     "TesseractOCRiOS": [
28     ],
29     "GPUImage": [
31     ],
32     "PureLayout": [
34     ]
35   }