[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 1 / chipmunk-physics / 6.1.3 / chipmunk-physics.podspec.json
blob98cbd33761761d8a60a72180118d2b5761796b93
2   "name": "chipmunk-physics",
3   "version": "6.1.3",
4   "summary": "Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics library written in C.",
5   "homepage": "http://chipmunk-physics.net",
6   "license": "MIT ",
7   "authors": {
8     "Scott Lembcke": "admin@howlingmoonsoftware.com"
9   },
10   "header_dir": "include/chipmunk",
11   "source": {
12     "git": "https://github.com/slembcke/Chipmunk-Physics.git",
13     "tag": "Chipmunk-6.1.3"
14   },
15   "source_files": [
16     "src/**/*.{h,c}",
17     "include/chipmunk/**/*.{h,c}"
18   ],
19   "header_mappings_dir": "src",
20   "requires_arc": false