[Add] NASSDK 1.4.21
[CocoaPods.git] / Specs / 8 / 7 / a / SHGameCenter / 0.2.0 / SHGameCenter.podspec.json
blob51ce0f683c82a427a0091e6c22df13a6f0cb169e
2   "name": "SHGameCenter",
3   "version": "0.2.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   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.2.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "ios": {
21     "frameworks": "GameKit"
22   },
23   "source_files": "SHGameCenter/**/*.{h,m}",
24   "resources": "SHGameCenter/**/*.{implementation,private}",
25   "requires_arc": true,
26   "dependencies": {
27     "BlocksKit": [
28       "~> 1.8"
29     ]
30   }