blob: afdc239a5e7147c06f649ba4002b115bced86d52 [file] [log] [blame]
{
"name": "JelloSwift",
"version": "0.6.1",
"summary": "Swift soft body physics engine.",
"description": "JelloSwift is a soft body physics engine written in Swift, ported from Walaber's JelloPhysics engine.\n\nThe intention is to write a fast and concise physics engine to be used in games on iOS.",
"homepage": "https://github.com/LuizZak/JelloSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LuizZak": "luizinho_mack@yahoo.com.br"
},
"source": {
"git": "https://github.com/LuizZak/JelloSwift.git",
"tag": "0.6.1"
},
"social_media_url": "https://twitter.com/LuizZak",
"platforms": {
"ios": "8.0"
},
"source_files": "JelloSwift/Classes/**/*",
"pushed_with_swift_version": "3.0"
}