[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / e / b / f / MTGLDebug / 3.1.1 / MTGLDebug.podspec.json
blob33bfb0e263d2d58d6769882910a3e7ea81552ddc
2   "name": "MTGLDebug",
3   "version": "3.1.1",
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",
7   "license": {
8     "type": "Copyright",
9     "text": "  \t\t\t@ 2008 - present Meitu, Inc. All rights reserved.\n"
10   },
11   "authors": {
12     "Xiaojun Zhang": "124825961@qq.com",
13     "wzq": "wzq@meitu.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/meitu/MTGLDebug.git",
20     "tag": "3.1.1"
21   },
22   "dependencies": {
23     "fishhook": [
24       "~> 0.2"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "ARC",
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"
36       ],
37       "dependencies": {
38         "MTGLDebug/MRC": [
40         ]
41       },
42       "ios": {
43         "frameworks": [
44           "Foundation",
45           "UIKit"
46         ]
47       },
48       "requires_arc": true
49     },
50     {
51       "name": "MRC",
52       "public_header_files": [
53         "MTGLDebug/Core/MTGLDebug_GL.h",
54         "MTGLDebug/Core/MTGLDebug_Platform.h"
55       ],
56       "source_files": "MTGLDebug/Core/*.{hpp,cpp,h,mm,c,m}",
57       "ios": {
58         "frameworks": [
59           "OpenGLES",
60           "CoreVideo",
61           "AVFoundation",
62           "CoreMedia",
63           "AudioToolbox",
64           "CoreGraphics"
65         ]
66       },
67       "requires_arc": false,
68       "libraries": "c++",
69       "pod_target_xcconfig": {
70         "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
71         "CLANG_CXX_LIBRARY": "libc++"
72       }
73     }
74   ]