Skip to content

Instantly share code, notes, and snippets.

@aerickson14
Last active January 17, 2017 02:46
Show Gist options
  • Save aerickson14/7f54633ed936a2141eb3da6eb7b2b04d to your computer and use it in GitHub Desktop.
Save aerickson14/7f54633ed936a2141eb3da6eb7b2b04d to your computer and use it in GitHub Desktop.
{
"name": "box2d",
"license": {
"type": "zlib"
},
"version": "2.3.0",
"summary": "Box2D is an open source C++ engine for simulating rigid bodies in 2D.",
"description": "Box2D is an open source C++ engine for simulating rigid bodies in 2D. Box2D is developed by Erin Catto and has the zlib license. While the zlib license does not require acknowledgement, we encourage you to give credit to Box2D in your product.",
"homepage": "http://www.cocos2d-iphone.org",
"authors": "Erin Catto",
"source": {
"svn": "https://github.com/erincatto/Box2D",
"revision": "249"
},
"source_files": "Box2D/**/*.{h,cpp}",
"header_mappings_dir": "Box2D",
"requires_arc": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment