[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / 9 / DocumentsOCR / 0.3.1 / DocumentsOCR.podspec.json
blobb04b5aeb58930fa7b9b212a2dfa24184baa8599d
2   "name": "DocumentsOCR",
3   "version": "0.3.1",
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.3.1"
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/tessdata/eng.traineddata"
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   }