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