blob: 1be050f3bd66e2821b727ccfb19b3fadc5e801ac [file] [log] [blame]
{
"name": "Satin",
"version": "1.0.4",
"summary": "Satin is a Swift based creative coding toolkit built on top of Metal",
"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!",
"homepage": "https://github.com/Hi-Rez/Satin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Reza Ali": "reza@hi-rez.io"
},
"social_media_url": "https://twitter.com/rezaali",
"source": {
"git": "https://github.com/Hi-Rez/Satin.git",
"tag": "1.0.4"
},
"platforms": {
"osx": "10.15",
"ios": "13.0",
"tvos": "13.0"
},
"public_header_files": [
"Source/*.h",
"Source/**/*.h"
],
"source_files": [
"Source/*.h",
"Source/**/*.{h,c,m,swift}"
],
"exclude_files": "Source/Pipelines/**/**/*.metal",
"resources": "Source/Pipelines",
"frameworks": [
"Metal",
"MetalKit"
],
"module_name": "Satin",
"swift_versions": "5.1",
"swift_version": "5.1"
}