blob: 874d41cd064a2e668669fc465996f9506bb2be99 [file] [log] [blame]
{
"name": "OpenALPRSwift",
"version": "2.0.0",
"summary": "iOS Framework for the openalpr library ready to use in Swift and Objective-C.",
"homepage": "https://github.com/yasirmturk/openalpr-swift",
"license": {
"type": "GPL 3.0",
"file": "LICENSE"
},
"authors": {
"Yasir M Türk": "i@yasirmturk.com"
},
"social_media_url": "https://twitter.com/yasirmturk",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yasirmturk/openalpr-swift.git",
"tag": "v2.0.0",
"submodules": true
},
"source_files": "openalpr-swift/**/*.{h,mm,swift}",
"resources": [
"openalpr-swift/openalpr.conf",
"openalpr-swift/runtime_data"
],
"frameworks": [
"CoreGraphics",
"UIKit"
],
"weak_frameworks": "opencv2",
"static_framework": true,
"vendored_frameworks": "lib/openalpr.framework",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lz -llept -ltesseract_all",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/TesseractOCRiOS/TesseractOCR/lib\"",
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCV\" \"${PODS_ROOT}/TesseractOCRiOS/Products\"",
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
},
"dependencies": {
"OpenCV": [
"~> 3.1.0.1"
],
"TesseractOCRiOS": [
"~> 5.0.1"
]
}
}