blob: 2c89518b3ab0fe3e17990e7e389d26f692ac99d6 [file] [log] [blame]
{
"name": "JCRGameController",
"version": "0.0.1",
"summary": "An easy way to start using a game controller in your game.",
"description": " I wanted to create a game using the new Game Controller\n support that came with iOS 7, but noticed quickly that\n there is no quick way of doing this.\n\n I decided to write a class that made it easier for me\n to get started, and hopefully help you too!\n\n I haven't really thought this through, I just wanted\n to have something done quickly so I could start on my\n awesome game :) Enjoy!\n\n",
"homepage": "http://www.jagcesar.se",
"license": "WTFPL",
"authors": {
"César Pinto Castillo": "cesar@jagcesar.se"
},
"social_media_url": "http://twitter.com/JagCesar",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/JagCesar/GameController-iOS.git",
"tag": "0.0.1"
},
"source_files": [
"gameController/JCRGameController.{h,m}",
"gameController/JCRGameControllerManager.{h,m}"
],
"requires_arc": true
}