[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 2 / d / GLInterop / 1.0.0 / GLInterop.podspec.json
blob05d33812df78c0e81f6a09cd3ae1f31d3b1a7902
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     "UIKit",
6     "OpenGLES"
7   ],
8   "version": "1.0.0",
9   "authors": {
10     "Qin Hong": "qinhong@face2d.com"
11   },
12   "license": {
13     "file": "LICENSE",
14     "type": "MIT"
15   },
16   "source": {
17     "tag": "1.0.0",
18     "git": "https://github.com/drummerchin/GLInterop.git"
19   },
20   "requires_arc": "Source/Classes/**/*{.m,.mm}",
21   "source_files": "Source/Classes/**/*",
22   "homepage": "https://github.com/drummerchin/GLInterop",
23   "summary": "A library of GL interoperable texture.",
24   "platforms": {
25     "ios": "8.0"
26   },
27   "name": "GLInterop"