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": "MTGLDebug/iOS/*.{h,hpp}",
47 "source_files": "MTGLDebug/Core/*.{hpp,cpp,h,mm,c,m}",
48 "public_header_files": "MTGLDebug/Core/*.{h,hpp}",
58 "requires_arc": false,
61 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
62 "CLANG_CXX_LIBRARY": "libc++"