| { |
| "name": "GUGameUpSDK", |
| "version": "0.3.0", |
| "summary": "GameUp iOS SDK for GameUp.io", |
| "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", |
| "homepage": "https://www.gameup.io", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "GUGameUpSDK/LICENCE" |
| }, |
| "authors": { |
| "Mo Firouz": "mo@gameup.io", |
| "Chris Molozian": "chris@gameup.io", |
| "Andrei Mihu": "andrei@gameuo.io" |
| }, |
| "social_media_url": "http://twitter.com/gameupio", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/gameup-io/gameup-ios-sdk.git", |
| "tag": "0.3.0" |
| }, |
| "source_files": "GUGameUpSDK/Classes/*.{h,m}", |
| "public_header_files": "GUGameUpSDK/Classes/*.h", |
| "resources": "GUGameUpSDK/Classes/*.storyboard", |
| "requires_arc": true, |
| "frameworks": [ |
| "SystemConfiguration", |
| "MobileCoreServices" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.5.0" |
| ], |
| "Base64nl": [ |
| "~> 1.2" |
| ] |
| } |
| } |