| { |
| "name": "HeroicLabs", |
| "version": "0.5.2", |
| "source": { |
| "git": "https://github.com/heroiclabs/heroiclabs-sdk-ios.git", |
| "tag": "0.5.2" |
| }, |
| "summary": "Heroic Labs SDK for iOS", |
| "description": "Heroic Labs is a backend for games.", |
| "homepage": "https://heroiclabs.com", |
| "authors": { |
| "Heroic Labs": "support@heroiclabs.com" |
| }, |
| "social_media_url": "http://twitter.com/heroicdev", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "public_header_files": "Classes/*.h", |
| "requires_arc": true, |
| "frameworks": [ |
| "SystemConfiguration", |
| "MobileCoreServices" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0.0-beta.2" |
| ], |
| "PromiseKit/Promise": [ |
| "~> 1.6" |
| ] |
| } |
| } |