blob: 6a6574ea36b8fe882cc06675a4cc24479118de3b [file] [log] [blame]
{
"name": "PhysicsDebugger",
"version": "1.0.0",
"summary": "iOS 7 Sprite Kit PhysicsDebugger",
"description": "Developing in iOS 7 Sprite Kit with physicsBodies is fun and easy. There are no debugging options for the physics engine. You will reach the point where you have to see the physicsBodies you created to expect their behaviour. Include this PhysicsDebugger files, make an init and a render call and all your physicsBodies will be displayed. The Debugger will draw the real physicsBody, not just the shape dimensions.",
"homepage": "http://www.ymc.ch/en/category/mobile-en",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thomas Zinnbauer": "thomas.zinnbauer@ymc.ch"
},
"source": {
"git": "https://github.com/ymc-thzi/PhysicsDebugger.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PhysicsDebugger/YMCPhysicsDebugger/*.{h,m}",
"frameworks": "SpriteKit",
"requires_arc": true
}