[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / e / 6 / VinnyOCR / 1.1.0 / VinnyOCR.podspec.json
blob6af66ac59bfb7bf168a1ce5efbe1275008f15b25
2   "name": "VinnyOCR",
3   "version": "1.1.0",
4   "summary": "OCR library written in Swift powered by the Accelerate and Vision frameworks.",
5   "homepage": "https://github.com/igorefremov/VinnyOCR",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Igor Efremov": "igor@cpgroup.us"
12   },
13   "platforms": {
14     "ios": "11.0",
15     "osx": "10.13"
16   },
17   "swift_versions": "5.0",
18   "frameworks": [
19     "Accelerate",
20     "Vision"
21   ],
22   "source": {
23     "git": "https://github.com/igorefremov/VinnyOCR.git",
24     "tag": "v1.1.0"
25   },
26   "source_files": [
27     "VinnyOCR/VinnyOCR/*.swift",
28     "VinnyOCR/VinnyOCR/Extensions/*.swift",
29     "VinnyOCR/VinnyOCR/FFNN/*.swift"
30   ],
31   "description": "VinnyOCR is a fast and small OCR library written in Swift. Powered by the Accelerate and Vision frameworks, it uses a neural network to recognize text. VinnyOCR was created and optimized to recognize short, one line long, alphanumeric codes (e.g. DI49CM). Only iOS and macOS are supported at the moment.",
32   "swift_version": "5.0"