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