[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / f / 2 / 9 / DocumentsOCR / 0.4.1 / DocumentsOCR.podspec.json
blob1f3e67d500e3279770229b71d97767cfd95420bc
2   "name": "DocumentsOCR",
3   "version": "0.4.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.4.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     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "TesseractOCRiOS": [
30       "~> 4.0.0"
31     ],
32     "PodAsset": [
34     ],
35     "UIImage-Resize": [
37     ],
38     "GPUImage": [
40     ]
41   }