blob: 1c822d24f8a7712ecf5e4926f5ea79adb2048230 [file] [log] [blame]
{
"name": "SKTiled",
"version": "1.07",
"summary": "SKTiled is a lightweight framework for using Tiled files with Apple's SpriteKit.",
"description": "SKTiled is a simple framework for using Tiled files 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": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/mfessenden/SKTiled.git",
"tag": "1.07"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"libraries": "z",
"preserve_paths": "zlib/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SKTiled/zlib"
},
"pushed_with_swift_version": "3.0.1"
}