blob: 6084856d4e2222288eecc688056a170f2b1c71c3 [file] [log] [blame]
{
"name": "SHGameCenter",
"version": "0.3.1",
"summary": "Block based patterns and properties for GameCenter.",
"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",
"homepage": "https://github.com/seivan/SHGameCenter",
"license": {
"type": "MIT"
},
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHGameCenter.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "GameKit"
},
"source_files": "SHGameCenter/**/*.{h,m}",
"resources": "SHGameCenter/**/*.{implementation,private}",
"requires_arc": true,
"dependencies": {
"BlocksKit": [
"~> 1.8"
]
}
}