blob: 1a8453f3784cdf3f6c59cd48d050b96d22413c80 [file] [log] [blame]
{
"name": "SwiftOCR",
"version": "1.0",
"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.9"
},
"source": {
"git": "https://github.com/garnele007/SwiftOCR.git",
"tag": "1.0"
},
"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": "3.0"
}