[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / f / 4 / SwiftOCR / 1.1 / SwiftOCR.podspec.json
blobf803042d1842b9dce2957e9669757c643e1c156b
2   "name": "SwiftOCR",
3   "version": "1.1",
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.10"
14   },
15   "source": {
16     "git": "https://github.com/garnele007/SwiftOCR.git",
17     "tag": "1.1"
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": "4.0"