[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / a / MTLTextureView / 0.1.4 / MTLTextureView.podspec.json
blobad92fda64c60da9479e43676e51042cc664b1bf5
2   "name": "MTLTextureView",
3   "version": "0.1.4",
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.4"
21   },
22   "source_files": "MTLTextureView/*.{swift,metal,h,c}",
23   "swift_versions": "5.1",
24   "frameworks": [
25     "UIKit",
26     "Metal",
27     "QuartzCore"
28   ],
29   "swift_version": "5.1"