[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 9 / DocumentsOCR / 1.0.4 / DocumentsOCR.podspec.json
blob60c2e4afd02338d24a0378ad785217e5f2d8dfad
2   "name": "DocumentsOCR",
3   "version": "1.0.4",
4   "summary": "A Swift framework for machine readable documents recognition",
5   "homepage": "https://github.com/appintheair/documents-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/documents-ocr-ios",
15     "tag": "1.0.4"
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       "DocumentsOCR/Assets/tessdata/eng.traineddata"
27     ]
28   },
29   "frameworks": "UIKit",
30   "dependencies": {
31     "TesseractOCRiOS": [
32       "~> 4.0.0"
33     ],
34     "PodAsset": [
36     ],
37     "GPUImage": [
39     ]
40   }