4 "summary": "An OpenGL Debugging tool for iOS",
5 "description": "An OpenGL Debugging tool for iOS, provides the ability to track OpenGL resource memory usage and common incorrect usage of OpenGL API.",
6 "homepage": "https://github.com/meitu/MTGLDebug.git",
9 "text": " \t\t\t@ 2008 - present Meitu, Inc. All rights reserved.\n"
12 "Xiaojun Zhang": "124825961@qq.com",
13 "wzq": "wzq@meitu.com"
19 "git": "https://github.com/meitu/MTGLDebug.git",
30 "source_files": "MTGLDebug/iOS/*.{h,hpp,c,mm,m}",
31 "public_header_files": [
32 "MTGLDebug/iOS/MTGLDebug.h",
33 "MTGLDebug/iOS/MTGLDebugImpl.h",
34 "MTGLDebug/iOS/MTGLDebugObject.h",
35 "MTGLDebug/iOS/MTGLDebugObject+QuickLook.h"
52 "public_header_files": [
53 "MTGLDebug/Core/MTGLDebug_GL.h",
54 "MTGLDebug/Core/MTGLDebug_Platform.h"
56 "source_files": "MTGLDebug/Core/*.{hpp,cpp,h,mm,c,m}",
67 "requires_arc": false,
70 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
71 "CLANG_CXX_LIBRARY": "libc++"