blob: 7b751375582b20e6dabaea7ac63acc72a3820c20 [file] [log] [blame]
{
"name": "Forge",
"version": "1.0.1",
"summary": "Get up and rendering with Metal via Metalkit without worrying about triple buffering / semaphores",
"description": "Forge's Renderer class sets up triple buffering rendering so you don't have to. You also get nice Cinder / Processing / Openframeworks functions you can hook into and do stuff.",
"homepage": "https://github.com/Hi-Rez/Forge",
"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/Forge.git",
"tag": "1.0.1"
},
"platforms": {
"osx": "10.14",
"ios": "12.4",
"tvos": "12.4"
},
"osx": {
"source_files": [
"Forge/*.h",
"Forge/Shared/**/*.{h,m,swift}",
"Forge/macOS/**/*.{h,m,swift}"
],
"resources": "Forge/macOS/*.xib"
},
"ios": {
"source_files": [
"Forge/*.h",
"Forge/Shared/**/*.{h,m,swift}",
"Forge/iOS/**/*.{h,m,swift}"
],
"resources": "Forge/iOS/*.xib"
},
"tvos": {
"source_files": [
"Forge/*.h",
"Forge/Shared/**/*.{h,m,swift}",
"Forge/tvOS/**/*.{h,m,swift}"
],
"resources": "Forge/tvOS/*.xib"
},
"frameworks": [
"Metal",
"MetalKit"
],
"module_name": "Forge",
"swift_versions": "5.1",
"swift_version": "5.1"
}