blob: 7901cea45eaa787fa88352e74e9d00e8ce45d821 [file] [log] [blame]
{
"name": "SKTiled",
"version": "1.15",
"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": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/mfessenden/SKTiled.git",
"tag": "1.15"
},
"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.1"
}