blob: e7969f2f87c3073381eaccb64cb3420cfed54a32 [file] [log] [blame]
{
"name": "Spine",
"version": "1.1.2",
"summary": "Unofficial Spine runtime library for iOS, macOS, tvOS and watchOS",
"description": "This library allows you to play animations created with the Spine App: http://esotericsoftware.com\nAnimations are played using the graphics engine SpriteKit.\n\nSystem requirements:\n====================\niOS 8.0+\nmacOS 10.10+\ntvOS 9.0+\nwatchOS 3.0+\n\nSwift 4.0+\n\nSee the source at https://github.com/maxgribov/Spine",
"homepage": "https://github.com/maxgribov/Spine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Gribov": "gribov.max@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/maxgribov/Spine.git",
"tag": "v1.1.2"
},
"source_files": "Spine/**/*.swift",
"frameworks": "SpriteKit"
}