blob: d2a2a83f16b0ed3fd23c1295db28b03a8663bcf5 [file] [log] [blame]
{
"name": "Spine",
"version": "2.1",
"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 5.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"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/maxgribov/Spine.git",
"tag": "v2.1"
},
"source_files": "Spine/**/*.swift",
"frameworks": "SpriteKit",
"swift_version": "5.0"
}