[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 2 / 9 / DocumentsOCR / 0.4.3 / DocumentsOCR.podspec.json
blob6f6ea473244cb1c59846c40689623c04816c639b
2   "name": "DocumentsOCR",
3   "version": "0.4.3",
4   "summary": "A Swift framework for machine readable documents recognition",
5   "homepage": "https://github.com/appintheair/passport-ocr-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Michael": "mmbabaev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/appintheair/passport-ocr-ios.git",
15     "tag": "0.4.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "DocumentsOCR/Classes/**/*",
21   "resource_bundles": {
22     "DocumentsOCR": [
23       "DocumentsOCR/Assets/CameraOverlayViewController.xib",
24       "DocumentsOCR/Assets/passportPattern.txt",
25       "DocumentsOCR/Assets/*.png"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "TesseractOCRiOS": [
31       "~> 4.0.0"
32     ],
33     "PodAsset": [
35     ],
36     "UIImage-Resize": [
38     ],
39     "GPUImage": [
41     ]
42   }