[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / f / 4 / SwiftOCR / 1.0 / SwiftOCR.podspec.json
blob1a8453f3784cdf3f6c59cd48d050b96d22413c80
2   "name": "SwiftOCR",
3   "version": "1.0",
4   "summary": "OCR engine written in swift",
5   "description": "SwiftOCR is a fast and simple OCR library written in Swift. It uses a neural network for image recognition. As of now, SwiftOCR is optimized for recognizing short, one line long alphanumeric codes (e.g. DI4C9CM). We currently support iOS and OS X.",
6   "homepage": "https://github.com/garnele007/SwiftOCR",
7   "license": "Apache-2.0",
8   "authors": {
9     "Nicolas Camenisch": "garnele007@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/garnele007/SwiftOCR.git",
17     "tag": "1.0"
18   },
19   "source_files": [
20     "framework/SwiftOCR/*.swift",
21     "framework/SwiftOCR/FFNN/*.swift"
22   ],
23   "resources": [
24     "framework/SwiftOCR/OCR-Network",
25     "framework/SwiftOCR/Realistic Training Images/*.png"
26   ],
27   "xcconfig": {
28     "SWIFT_VERSION": "3.0.1"
29   },
30   "dependencies": {
31     "GPUImage": [
33     ]
34   },
35   "pushed_with_swift_version": "3.0"