blob: 4cca568e9579a41bdc88552054338dfde5ab9e43 [file] [log] [blame]
{
"name": "Spine",
"version": "1.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 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.2.1"
},
"source_files": "Spine/**/*.swift",
"frameworks": "SpriteKit"
}