[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / 4 / a / GUGameUpSDK / 0.4.0 / GUGameUpSDK.podspec.json
blobf961a9eeeac2e9caefa9ad8982e8391bbda0fc23
2   "name": "GUGameUpSDK",
3   "version": "0.4.0",
4   "summary": "GameUp iOS SDK for GameUp.io",
5   "description": "                   The iOS SDK for GameUp.io gaming backend server. \n                   \n                   GameUp is a gaming backend as a service. \n                   For more information please checkout http://www.gameup.io.\n",
6   "homepage": "https://www.gameup.io",
7   "authors": {
8     "Mo Firouz": "mo@gameup.io",
9     "Chris Molozian": "chris@gameup.io",
10     "Andrei Mihu": "andrei@gameup.io"
11   },
12   "social_media_url": "http://twitter.com/gameupio",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/gameup-io/gameup-ios-sdk.git",
18     "tag": "0.4.0"
19   },
20   "license": {
21     "type": "Apache License, Version 2.0",
22     "file": "GUGameUpSDK/LICENCE"
23   },
24   "source_files": "GUGameUpSDK/Classes/*.{h,m}",
25   "public_header_files": "GUGameUpSDK/Classes/*.h",
26   "resources": "GUGameUpSDK/Classes/*.storyboard",
27   "requires_arc": true,
28   "frameworks": [
29     "SystemConfiguration",
30     "MobileCoreServices"
31   ],
32   "dependencies": {
33     "AFNetworking": [
34       "~> 2.5.0"
35     ],
36     "Base64nl": [
37       "~> 1.2"
38     ]
39   }