[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / d / GLInterop / 1.1.0 / GLInterop.podspec.json
blob7676a44f2ac202944acf1fc74f2440716acee69e
2   "description": "A library that supports interoperable render target between GL texture and CVPixelBufferRef.",
3   "private_header_files": "Source/Classes/Private/**/*.h",
4   "frameworks": [
5     "Foundation",
6     "UIKit",
7     "OpenGLES",
8     "CoreVideo",
9     "CoreGraphics"
10   ],
11   "version": "1.1.0",
12   "authors": {
13     "Qin Hong": "qinhong@face2d.com"
14   },
15   "license": {
16     "file": "LICENSE",
17     "type": "MIT"
18   },
19   "source": {
20     "tag": "1.1.0",
21     "git": "https://github.com/drummerchin/GLInterop.git"
22   },
23   "requires_arc": "Source/Classes/**/*{.m,.mm}",
24   "source_files": "Source/Classes/**/*",
25   "homepage": "https://github.com/drummerchin/GLInterop",
26   "summary": "A library of GL interoperable texture.",
27   "platforms": {
28     "ios": "8.0"
29   },
30   "name": "GLInterop"