blob: 35fd6e4b1dcb80fe74676ec6104ace24257775c4 [file] [log] [blame]
{
"name": "TextScanner",
"version": "1.1.2",
"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.2"
},
"source_files": "Pod/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"TesseractOCRiOS": [
],
"GPUImage": [
],
"PureLayout": [
]
}
}