blob: 92025ca825e27213980e13fe6a6f7de3eeb2a346 [file] [log] [blame]
{
"name": "GlideEngine",
"version": "1.0.0",
"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",
"osx": {
"xcconfig": {
"OTHER_CFLAGS": "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"
},
"source_files": [
"Glide_macOS/*.swift",
"Glide_macOS/*.h",
"Glide_macOS/DDHid/*.{h,m}",
"Glide_macOS/Image/*.{h,m}"
]
},
"platforms": {
"ios": "11.4",
"osx": "10.13",
"tvos": "12.0"
},
"source": {
"git": "https://github.com/cocoatoucher/Glide.git",
"tag": "1.0.0"
},
"source_files": "Shared/**/*.swift",
"ios": {
"source_files": [
"Glide_iOS/*.swift",
"Glide_iOS/*.h"
]
},
"tvos": {
"source_files": "Glide_tvOS/*.h"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"SpriteKit"
]
}