[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / 2 / 7 / Satin / 0.1.3 / Satin.podspec.json
blob5d3f8994c04f1b9e18d5e7ab8e88ae9d08afc9e5
2   "name": "Satin",
3   "version": "0.1.3",
4   "summary": "Satin is a Swift based creative coding toolkit built on top of Metal",
5   "description": "Satin is a swift based creative coding toolkit built on top of Metal. Satin contains classes & helpers that make create graphics with Metal fun and fast!",
6   "homepage": "https://github.com/Hi-Rez/Satin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reza Ali": "reza@hi-rez.io"
13   },
14   "social_media_url": "https://twitter.com/rezaali",
15   "source": {
16     "git": "https://github.com/Hi-Rez/Satin.git",
17     "tag": "0.1.3"
18   },
19   "platforms": {
20     "osx": "10.14",
21     "ios": "12.4",
22     "tvos": "12.4"
23   },
24   "source_files": [
25     "Satin/*.h",
26     "Satin/**/*.{h,m,swift}"
27   ],
28   "exclude_files": "Pipelines/**/**/*.metal",
29   "resources": "Pipelines",
30   "frameworks": [
31     "Metal",
32     "MetalKit"
33   ],
34   "module_name": "Satin",
35   "swift_versions": "5.1",
36   "swift_version": "5.1"