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