blob: c7a6cfe5b639df5453961ede3e145bb2bfd06a8d [file] [log] [blame]
{
"name": "LPAOpenCV",
"version": "0.1.1",
"summary": "A short description of LPAOpenCV.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://opencv.org/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leeping": "liping_000@126.com"
},
"source": {
"http": "https://coding.net/u/leeping/p/LPAOpenCV/git/raw/master/opencv2.framework.zip"
},
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "opencv2.framework"
},
"libraries": "stdc++",
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreGraphics",
"CoreImage",
"CoreMedia",
"QuartzCore"
]
}