45 lines
962 B
JSON
45 lines
962 B
JSON
{
|
|
"name": "DocumentsOCR",
|
|
"version": "0.6.1",
|
|
"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": "0.6.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|