blob: 15ce767c685ca377bddb96fdc2b8e10faf9e8431 [file] [log] [blame]
{
"name": "LPAOpenCV",
"version": "0.1.0",
"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": "8.0"
},
"ios": {
"vendored_frameworks": "opencv2.framework"
},
"libraries": "stdc++",
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreGraphics",
"CoreImage",
"CoreMedia",
"QuartzCore"
]
}