[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 2 / 0 / f / OpenCVBridge / 0.0.4 / OpenCVBridge.podspec.json
blobf998a20b95deaafdb4c4aad24f9447219bda8eae
2   "name": "OpenCVBridge",
3   "version": "0.0.4",
4   "summary": "Simple Objective-C++ bridge for OpenCV",
5   "description": "Simple Objective-C++ bridge for OpenCV. Wrappered selected APIs from OpenCV.",
6   "homepage": "https://github.com/MainasuK/OpenCVBridge",
7   "prepare_command": "./scripts/setup.sh",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "CMK": "cirno.mainasuk@gmail.com"
14   },
15   "platforms": {
16     "osx": "10.15"
17   },
18   "source": {
19     "git": "https://github.com/MainasuK/OpenCVBridge.git",
20     "tag": "0.0.4"
21   },
22   "source_files": "OpenCVBridge/**/*.{h,m,mm}",
23   "private_header_files": [
24     "OpenCVBridge/*+OpenCV.h",
25     "OpenCVBridge/NSImage+CVBMat.h"
26   ],
27   "preserve_paths": "scripts",
28   "vendored_frameworks": "Frameworks/opencv2.framework",
29   "frameworks": [
30     "Accelerate",
31     "Cocoa",
32     "CoreGraphics",
33     "OpenCL",
34     "QuartzCore"
35   ],
36   "xcconfig": {
37     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/OpenCVBridge/Frameworks\"",
38     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
39   }