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