[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / 2 / 7 / Satin / 1.2.2 / Satin.podspec.json
blob014fbbf9508dc2ea294727b93dc3b4a10f52525b
2   "name": "Satin",
3   "version": "1.2.2",
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": "1.2.2"
18   },
19   "platforms": {
20     "osx": "10.15",
21     "ios": "13.0",
22     "tvos": "13.0"
23   },
24   "public_header_files": [
25     "Source/*.h",
26     "Source/**/*.h"
27   ],
28   "source_files": [
29     "Source/*.h",
30     "Source/**/*.{h,c,m,swift}"
31   ],
32   "exclude_files": "Source/Pipelines/**/**/*.metal",
33   "resources": "Source/Pipelines",
34   "frameworks": [
35     "Metal",
36     "MetalKit"
37   ],
38   "module_name": "Satin",
39   "swift_versions": "5.1",
40   "swift_version": "5.1"