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