blob: 2e64faade3c10750da581ec9a2616e0de7b39887 [file] [log] [blame]
{
"name": "ChipmunkSwiftWrapper",
"version": "0.1.6",
"summary": "Convenience wrapper for chipmunk physics written in Swift 2",
"homepage": "https://github.com/jakubknejzlik/ChipmunkSwiftWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jakubknejzlik": "jakub.knejzlik@gmail.com"
},
"source": {
"git": "https://github.com/jakubknejzlik/ChipmunkSwiftWrapper.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ChipmunkSwiftWrapper": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}