| { |
| "name": "SwiftOCR", |
| "version": "1.1", |
| "summary": "OCR engine written in swift", |
| "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.", |
| "homepage": "https://github.com/garnele007/SwiftOCR", |
| "license": "Apache-2.0", |
| "authors": { |
| "Nicolas Camenisch": "garnele007@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "source": { |
| "git": "https://github.com/garnele007/SwiftOCR.git", |
| "tag": "1.1" |
| }, |
| "source_files": [ |
| "framework/SwiftOCR/*.swift", |
| "framework/SwiftOCR/FFNN/*.swift" |
| ], |
| "resources": [ |
| "framework/SwiftOCR/OCR-Network", |
| "framework/SwiftOCR/Realistic Training Images/*.png" |
| ], |
| "xcconfig": { |
| "SWIFT_VERSION": "3.0.1" |
| }, |
| "dependencies": { |
| "GPUImage": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |