[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 7 / a / SHGameCenter / 0.6.0 / SHGameCenter.podspec.json
blob98fffbc0d2e7484c7eddf0e030c271a557974a9a
2   "name": "SHGameCenter",
3   "version": "0.6.0",
4   "summary": "Block based patterns and properties for GameCenter.",
5   "description": "  Making GKTurnBasedEventHandlerDelegate and authentication block based.\n  New properties (as categories) for:\n\n   * GKPlayer \n   * GKLocalPlayer\n   * GKTurnBasedMatch\n   * GKTurnBasedParticipant\n\n   * Auto loads images in a queue\n   * Always fetches names and caches them before callback (can persist the cache)\n   * Properties for most common scenarios\n\n   Making Game Center easier to work with.\n\n",
6   "homepage": "https://github.com/seivan/SHGameCenter",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHGameCenter.git",
13     "tag": "0.6.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "ios": {
19     "frameworks": "GameKit"
20   },
21   "source_files": "SHGameCenter/**/*.{h,m}",
22   "resources": "SHGameCenter/**/*.{implementation,private}",
23   "requires_arc": true,
24   "dependencies": {
25     "SHFastEnumerationProtocols": [
26       "~>1.2.0"
27     ]
28   }