blob: d970fad46255fb5588c26a37c82fe76a8a488345 [file] [log] [blame]
{
"name": "OpenALPRSwift",
"version": "1.0.1",
"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": "v1.0.1",
"submodules": true
},
"source_files": "openalpr-swift/**/*.{h,mm,swift}",
"resources": [
"openalpr-swift/openalpr.conf",
"openalpr-swift/runtime_data"
],
"frameworks": [
"CoreGraphics",
"UIKit"
],
"weak_frameworks": "opencv2",
"vendored_frameworks": "lib/openalpr.framework",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "-lstdc++ -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": [
"~> 3.03"
]
}
}