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