blob: d77637a07646df967ac52e47b277a67aca28ab4d [file] [log] [blame]
{
"name": "DocumentsOCR",
"version": "1.0.5",
"summary": "A Swift framework for machine readable documents recognition",
"homepage": "https://github.com/appintheair/documents-ocr-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael": "mmbabaev@gmail.com"
},
"source": {
"git": "https://github.com/appintheair/documents-ocr-ios",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DocumentsOCR/Classes/**/*",
"resource_bundles": {
"DocumentsOCR": [
"DocumentsOCR/Assets/CameraOverlayViewController.xib",
"DocumentsOCR/Assets/passportPattern.txt",
"DocumentsOCR/Assets/*.png",
"DocumentsOCR/Assets/tessdata/eng.traineddata"
]
},
"frameworks": "UIKit",
"dependencies": {
"TesseractOCRiOS": [
"~> 4.0.0"
],
"PodAsset": [
],
"GPUImage": [
]
},
"pushed_with_swift_version": "3.1"
}