| { |
| "name": "OpenALPRSwift", |
| "version": "1.0.0", |
| "summary": "iOS Framework for the openalpr library ready to use in Swift and Objective-C.", |
| "homepage": "https://www.yasirmturk.com/", |
| "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.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", |
| "vendored_frameworks": [ |
| "lib/openalpr.framework", |
| "lib/leptonica.framework", |
| "lib/tesseract.framework" |
| ], |
| "pod_target_xcconfig": { |
| "ENABLE_BITCODE": "NO", |
| "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCV\"", |
| "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO" |
| }, |
| "dependencies": { |
| "OpenCV": [ |
| "~> 3.1.0.1" |
| ] |
| } |
| } |