blob: b77983080263ac949f5f0fb2b0ffaf90683ff5d1 [file] [log] [blame]
{
"name": "DocumentsOCR",
"version": "0.6.0",
"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.6.0"
},
"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": [
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}