blob: 953b4b09782ba46cca71e7c3999bbc7b7210a922 [file] [log] [blame]
{
"name": "PassportOCR",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PassportOCR/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"TesseractOCRiOS": [
]
}
}