blob: b8bb81085a7f431f054026e3ae1b3b5f67ca5d57 [file] [log] [blame]
{
"name": "MTLTextureView",
"version": "0.1.2",
"summary": "Tiny UIView subclass that acts like UIImageView but for MTLTextures",
"description": "This control can be useful when you need to display contents of MTLTexture in your application. Majorly for debugging purposes.",
"homepage": "https://github.com/s1ddok/MTLTextureView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Volodin": "siddok@gmail.com"
},
"social_media_url": "http://twitter.com/s1ddok",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/s1ddok/MTLTextureView.git",
"tag": "0.1.2"
},
"source_files": "MTLTextureView",
"swift_version": "4.2",
"frameworks": [
"Metal",
"QuartzCore"
]
}