blob: f998a20b95deaafdb4c4aad24f9447219bda8eae [file] [log] [blame]
{
"name": "OpenCVBridge",
"version": "0.0.4",
"summary": "Simple Objective-C++ bridge for OpenCV",
"description": "Simple Objective-C++ bridge for OpenCV. Wrappered selected APIs from OpenCV.",
"homepage": "https://github.com/MainasuK/OpenCVBridge",
"prepare_command": "./scripts/setup.sh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CMK": "cirno.mainasuk@gmail.com"
},
"platforms": {
"osx": "10.15"
},
"source": {
"git": "https://github.com/MainasuK/OpenCVBridge.git",
"tag": "0.0.4"
},
"source_files": "OpenCVBridge/**/*.{h,m,mm}",
"private_header_files": [
"OpenCVBridge/*+OpenCV.h",
"OpenCVBridge/NSImage+CVBMat.h"
],
"preserve_paths": "scripts",
"vendored_frameworks": "Frameworks/opencv2.framework",
"frameworks": [
"Accelerate",
"Cocoa",
"CoreGraphics",
"OpenCL",
"QuartzCore"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCVBridge/Frameworks\"",
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
}