[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / e / c / CCChipmunk2D / 0.0.1 / CCChipmunk2D.podspec.json
blob4df3c8c16cd58bd1688b951770807ae5e5ee132d
2   "name": "CCChipmunk2D",
3   "version": "0.0.1",
4   "summary": "CCChipmunk2D, Chipmunk2D A fast and lightweight 2D game physics library.",
5   "description": "CCChipmunk2D, Chipmunk2D 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 Chipmunk2D!",
6   "homepage": "https://github.com/ccworld1000/CCChipmunk2D",
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/CCChipmunk2D.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "ObjectiveChipmunk/**/*.{h,m}",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "header_dir": "ObjectiveChipmunk",
28   "requires_arc": false,
29   "dependencies": {
30     "CCChipmunkCore": [
32     ]
33   }