[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / f / MTGLDebug / 3.0.0 / MTGLDebug.podspec.json
blobe73a8afc7710160ba5b451311b9e17005c900280
2   "name": "MTGLDebug",
3   "version": "3.0.0",
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.0.0"
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": "MTGLDebug/iOS/*.{h,hpp}",
32       "dependencies": {
33         "MTGLDebug/MRC": [
35         ]
36       },
37       "ios": {
38         "frameworks": [
39           "Foundation",
40           "UIKit"
41         ]
42       },
43       "requires_arc": true
44     },
45     {
46       "name": "MRC",
47       "source_files": "MTGLDebug/Core/*.{hpp,cpp,h,mm,c,m}",
48       "public_header_files": "MTGLDebug/Core/*.{h,hpp}",
49       "ios": {
50         "frameworks": [
51           "OpenGLES",
52           "CoreVideo",
53           "AVFoundation",
54           "CoreMedia",
55           "AudioToolbox"
56         ]
57       },
58       "requires_arc": false,
59       "libraries": "c++",
60       "xcconfig": {
61         "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
62         "CLANG_CXX_LIBRARY": "libc++"
63       }
64     }
65   ]