[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / c / f / 4 / ChipmunkSwiftWrapper / 0.1.5 / ChipmunkSwiftWrapper.podspec.json
blob996fbd532c62bc26fcf2bb8cb7c790483482b402
2   "name": "ChipmunkSwiftWrapper",
3   "version": "0.1.5",
4   "summary": "Convenience wrapper for chipmunk physics written in Swift 2",
5   "homepage": "https://github.com/jakubknejzlik/ChipmunkSwiftWrapper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "jakubknejzlik": "jakub.knejzlik@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/jakubknejzlik/ChipmunkSwiftWrapper.git",
15     "tag": "0.1.5"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "ChipmunkSwiftWrapper": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "frameworks": "UIKit"