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",
22 "default_subspecs": "ARC",
31 "source_files": "MTGLDebug/iOS/*.{h,hpp,c,mm,m}",
32 "public_header_files": [
33 "MTGLDebug/iOS/MTGLDebug.h",
34 "MTGLDebug/iOS/MTGLDebugImpl.h",
35 "MTGLDebug/iOS/MTGLDebugObject.h",
36 "MTGLDebug/iOS/MTGLDebugObject+QuickLook.h"
53 "public_header_files": [
54 "MTGLDebug/Core/MTGLDebug_GL.h",
55 "MTGLDebug/Core/MTGLDebug_Platform.h"
57 "source_files": "MTGLDebug/Core/*.{hpp,cpp,h,mm,c,m}",
68 "requires_arc": false,
70 "pod_target_xcconfig": {
71 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
72 "CLANG_CXX_LIBRARY": "libc++"
76 "name": "WithAllHeader",
77 "source_files": "MTGLDebug/iOS/**/*.{h,hpp,c,mm,m}",
78 "public_header_files": "MTGLDebug/iOS/**/*.{h,hpp}",
89 "source_files": "MTGLDebug/Core/**/*.{h,hpp,cpp,c,mm,m}",
90 "public_header_files": "MTGLDebug/Core/**/*.{h,hpp}",
91 "requires_arc": false,
103 "pod_target_xcconfig": {
104 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
105 "CLANG_CXX_LIBRARY": "libc++"