[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 1 / d / a / MTLTextureView / 0.1.1 / MTLTextureView.podspec.json
blob6a99989152b2a77dd8dd95415ee983b3bfff0156
2   "name": "MTLTextureView",
3   "version": "0.1.1",
4   "summary": "Tiny UIView subclass that acts like UIImageView but for MTLTextures",
5   "description": "This control can be useful when you need to display contents of MTLTexture in your application. Majorly for debugging purposes.",
6   "homepage": "https://github.com/s1ddok/MTLTextureView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Volodin": "siddok@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/s1ddok",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/s1ddok/MTLTextureView.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "MTLTextureView",
23   "swift_version": "4.2",
24   "frameworks": [
25     "Metal",
26     "QuartzCore"
27   ]