2 "name": "OpenALPRSwift",
4 "summary": "iOS Framework for the openalpr library ready to use in Swift and Objective-C.",
5 "homepage": "https://github.com/yasirmturk/openalpr-swift",
11 "Yasir M Türk": "i@yasirmturk.com"
13 "social_media_url": "https://twitter.com/yasirmturk",
19 "git": "https://github.com/yasirmturk/openalpr-swift.git",
23 "source_files": "openalpr-swift/**/*.{h,mm,swift}",
25 "openalpr-swift/openalpr.conf",
26 "openalpr-swift/runtime_data"
32 "weak_frameworks": "opencv2",
33 "static_framework": true,
34 "vendored_frameworks": "lib/openalpr.framework",
35 "pod_target_xcconfig": {
36 "ENABLE_BITCODE": "NO",
37 "OTHER_LDFLAGS": "-lstdc++ -lz -llept -ltesseract_all",
38 "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/TesseractOCRiOS/TesseractOCR/lib\"",
39 "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCV\" \"${PODS_ROOT}/TesseractOCRiOS/Products\"",
40 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"