Last active
January 17, 2017 02:46
-
-
Save aerickson14/7f54633ed936a2141eb3da6eb7b2b04d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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