blob: 7ddc270e2dd3ea9db60eb0d5f914a1752a3fbbf3 [file] [log] [blame]
{
"name": "TextScanner",
"version": "1.1.1",
"summary": "Real time text scanner",
"description": "Quick scan with Tesseract OCR in real time based off of PassportScanner by evermeer",
"homepage": "https://github.com/ashare80/RVTTextScannerView",
"screenshots": [
""
],
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": "Adam Share",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ashare80/RVTTextScannerView.git",
"tag": "1.1.1"
},
"source_files": "Pod/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"TesseractOCRiOS": [
],
"GPUImage": [
],
"PureLayout": [
]
}
}