blob: 76c073fc130d8cd57bb52fa200f37c9acaf7ba9c [file] [log] [blame]
{
"name": "HeroicLabs",
"version": "0.3.0",
"source": {
"git": "https://github.com/heroiclabs/heroiclabs-sdk-ios.git",
"tag": "0.3.0"
},
"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.1"
],
"PromiseKit/Promise": [
"~> 1.5"
]
}
}