[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 8 / 7 / a / SHGameCenter / 0.0.1 / SHGameCenter.podspec.json
blobca18fa67f760aa67b8b6d6e74c6280ef9cb2fb52
2   "name": "SHGameCenter",
3   "version": "0.0.1",
4   "summary": "Block based patterns and properties for GameCenter.",
5   "description": "  Making GKTurnBasedEventHandlerDelegate and authentication block based.\n  New properties (category) for:\n\n   * GKPlayer \n   * GKLocalPlayer\n   * GKTurnBasedMatch\n   * GKTurnBasedParticipant\n\n   Making Game Center easier to work with.\n",
6   "homepage": "https://github.com/seivan/SHGameCenter",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/seivan/SHGameCenter.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "ios": {
21     "frameworks": "GameKit"
22   },
23   "source_files": "SHGameCenter/**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "BlocksKit": [
27       "~> 1.8"
28     ]
29   }