[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 1 / OCRSlicer / 0.0.1 / OCRSlicer.podspec.json
blob2dea24fa0df01b0d4bfeac01930ebe36970c9445
2   "name": "OCRSlicer",
3   "version": "0.0.1",
4   "summary": "A quick solution to detect text in images providing slices of the image containing it and the String detected.",
5   "description": "Detects the presence of texts on your UIImage, slices the words in different exportable images together with the string detected (using TesseractOCRiOS)",
6   "homepage": "https://github.com/robertoferraz/OCRSlicer",
7   "license": "MIT",
8   "authors": {
9     "Roberto Ferraz": "https://www.github.com/robertoferraz"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/robertoferraz/OCRSlicer",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "OCRSlicer",
20     "OCRSlicer/**/*.{h,m,swift}"
21   ],
22   "exclude_files": "OCRSlicer/Example/**/*.*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "libraries": "z",
28   "dependencies": {
29     "TesseractOCRiOS": [
30       "~> 4.0.0"
31     ]
32   }