[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / a / 0 / JCRGameController / 0.0.1 / JCRGameController.podspec.json
blob2c89518b3ab0fe3e17990e7e389d26f692ac99d6
2   "name": "JCRGameController",
3   "version": "0.0.1",
4   "summary": "An easy way to start using a game controller in your game.",
5   "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",
6   "homepage": "http://www.jagcesar.se",
7   "license": "WTFPL",
8   "authors": {
9     "César Pinto Castillo": "cesar@jagcesar.se"
10   },
11   "social_media_url": "http://twitter.com/JagCesar",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/JagCesar/GameController-iOS.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "gameController/JCRGameController.{h,m}",
21     "gameController/JCRGameControllerManager.{h,m}"
22   ],
23   "requires_arc": true