blob: e15c0d83f15d61909d9f7434a445176ffc592442 [file] [log] [blame]
{
"description": "A library that supports interoperable render target between GL texture Metal texture and CVPixelBufferRef.",
"private_header_files": "Source/Classes/Private/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"OpenGLES",
"CoreVideo",
"CoreGraphics",
"Metal"
],
"version": "1.3.0",
"authors": {
"Qin Hong": "qinhong@face2d.com"
},
"license": {
"file": "LICENSE",
"type": "MIT"
},
"source": {
"tag": "1.3.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"
}