blob: 1c5df6497aa1e50741485cedb28e51994b30ab0f [file] [log] [blame]
{
"name": "SKTiled",
"version": "1.20",
"summary": "SKTiled is a framework for using Tiled content with Apple's SpriteKit.",
"description": "SKTiled is a framework for using Tiled content with Apple's SpriteKit, allowing the creation of game assets from .tmx files.",
"authors": {
"Michael Fessenden": "michael.fessenden@gmail.com"
},
"homepage": "https://github.com/mfessenden/SKTiled",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/mfessenden/SKTiled.git",
"tag": "1.20"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}