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