blob: d6e83f39c449518b6a4641e33fc39717c940b04a [file] [log] [blame]
{
"name": "GlideEngine",
"version": "1.0.5",
"license": "MIT",
"summary": "Game engine for making 2d games on iOS, macOS and tvOS",
"homepage": "https://github.com/cocoatoucher/Glide",
"authors": {
"cocoatoucher": "cocoatoucher@posteo.se"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.4",
"osx": "10.13",
"tvos": "12.0"
},
"source": {
"git": "https://github.com/cocoatoucher/Glide.git",
"tag": "1.0.5"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"CoreGraphics",
"SpriteKit"
],
"swift_version": "5.0"
}