blob: e9ad61b5844f5e4ac891cafac6e72f536d0fb66f [file] [log] [blame]
{
"description": "A library that supports interoperable render target between GL texture and CVPixelBufferRef.",
"private_header_files": "Source/Classes/Private/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"OpenGLES",
"CoreVideo",
"CoreGraphics",
"Metal"
],
"version": "1.2.0",
"authors": {
"Qin Hong": "qinhong@face2d.com"
},
"license": {
"file": "LICENSE",
"type": "MIT"
},
"source": {
"tag": "1.2.0",
"git": "https://github.com/drummerchin/GLInterop.git"
},
"requires_arc": "Source/Classes/**/*{.m,.mm}",
"source_files": "Source/Classes/**/*",
"homepage": "https://github.com/drummerchin/GLInterop",
"summary": "A library of GL interoperable texture.",
"platforms": {
"ios": "8.0"
},
"name": "GLInterop"
}