[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 4 / a / GUGameUpSDK / 0.2.0 / GUGameUpSDK.podspec.json
blob5904c1012766a6db3866f31ee85e1d0786b5f83d
2   "name": "GUGameUpSDK",
3   "version": "0.2.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   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "GUGameUpSDK/LICENCE"
10   },
11   "authors": {
12     "Mo Firouz": "mo@gameup.io",
13     "Chris Molozian": "chris@gameup.io",
14     "Andrei Mihu": "andrei@gameuo.io"
15   },
16   "social_media_url": "http://twitter.com/gameupio",
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source": {
21     "git": "https://github.com/gameup-io/gameup-ios-sdk.git",
22     "tag": "0.2.0"
23   },
24   "source_files": "GUGameUpSDK/Classes/*.{h,m}",
25   "public_header_files": "GUGameUpSDK/Classes/*.h",
26   "resources": "GUGameUpSDK/Classes/*.xib",
27   "requires_arc": true,
28   "frameworks": [
29     "SystemConfiguration",
30     "MobileCoreServices"
31   ],
32   "dependencies": {
33     "AFNetworking": [
34       "~> 1.3.4"
35     ],
36     "Base64nl": [
37       "~> 1.2"
38     ]
39   }