blob: 2af6d7c8852befeaec2b207c8ae2507ecaf8e58a [file] [log] [blame]
{
"name": "PassportOCR",
"version": "0.1.5",
"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.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PassportOCR/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"TesseractOCRiOS": [
],
"UIImage-Resize": [
],
"GPUImage": [
]
}
}