[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 1 / e / f / CCChipmunkCore / 0.0.1 / CCChipmunkCore.podspec.json
blob48cc1fe6ecbb006d4128696d377d9df135b1744f
2   "name": "CCChipmunkCore",
3   "version": "0.0.1",
4   "summary": "CCChipmunkCore, ChipmunkCore A fast and lightweight 2D game physics library.",
5   "description": "CCChipmunkCore, ChipmunkCore is a simple, lightweight, fast and portable 2D rigid body physics library written in C. It’s licensed under the unrestrictive, OSI approved MIT license. My aim is to give 2D developers access to the same quality of physics you find in newer 3D games. I hope you enjoy using ChipmunkCore!",
6   "homepage": "https://github.com/ccworld1000/CCChipmunkCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CC": "ccworld1000@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/ccworld1000/CCChipmunkCore.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "src/*.{h,c}",
24     "chipmunk/**/*.h"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "header_dir": "chipmunk",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "/Users/apple/gitdown/CCChipmunkCore/chipmunk/**"
30   }