[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / b / c / e / PhysicsDebugger / 1.0.0 / PhysicsDebugger.podspec.json
blob6a6574ea36b8fe882cc06675a4cc24479118de3b
2   "name": "PhysicsDebugger",
3   "version": "1.0.0",
4   "summary": "iOS 7 Sprite Kit PhysicsDebugger",
5   "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.",
6   "homepage": "http://www.ymc.ch/en/category/mobile-en",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thomas Zinnbauer": "thomas.zinnbauer@ymc.ch"
13   },
14   "source": {
15     "git": "https://github.com/ymc-thzi/PhysicsDebugger.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "PhysicsDebugger/YMCPhysicsDebugger/*.{h,m}",
22   "frameworks": "SpriteKit",
23   "requires_arc": true