blob: e08ddf0f78ffcc0624f6f21433e7f3676d65f265 [file] [log] [blame]
{
"name": "GetSocial",
"version": "4.0.0-beta1",
"summary": "GetSocial provides the whole social layer stack that powers engagement, retention, acquisition and revenue tools.",
"description": "Build and manage the community within your apps with GetSocial.\n\nGetSocial provides the whole social layer stack that powers engagement, retention, acquisition and revenue tools.\n\nFeatures Include:\n\nFully customizable UI\nPlayer-to-player chat\nDeveloper-to-player communication\nGroup Chats\nSegmented and Global Activity Feeds\nCommunity Management\nPlayer Feedback and support\nSmart invites and tracking\nLocalisation to 12 languages\nIn-app Notification Center\nSocially triggered push notifications\nAnd more...",
"homepage": "http://www.getsocial.im",
"documentation_url": "http://docs.getsocial.im",
"license": {
"type": "MIT",
"file": "GetSocial/LICENSE"
},
"authors": {
"Demian Denker": "demian@getsocial.im",
"Tsvetomir Stanchev": "ceco@getsocial.im"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"preserve_paths": "GetSocial/README.md",
"source": {
"http": "http://downloads.getsocial.im/ios/GetSocial-iOS-v4.0.0-beta1.zip"
},
"subspecs": [
{
"name": "Core",
"frameworks": [
"Social",
"MessageUI",
"MobileCoreServices",
"CoreTelephony",
"AdSupport",
"SystemConfiguration",
"Security",
"Foundation",
"Accelerate",
"AVFoundation"
],
"libraries": "sqlite3",
"compiler_flags": [
"-ObjC",
"-all_load"
],
"vendored_frameworks": "GetSocial/GetSocial.embeddedframework/GetSocial.framework",
"resources": "GetSocial/GetSocial.embeddedframework/GetSocial.framework/Versions/A/Resources/GetSocial.bundle"
},
{
"name": "Chat",
"dependencies": {
"GetSocial/Core": [
]
},
"frameworks": [
"CoreLocation",
"CoreMedia",
"AudioToolbox"
],
"libraries": [
"resolv",
"iconv",
"xml2",
"z"
],
"compiler_flags": "-lstdc++",
"resources": "GetSocial/GetSocialChat.embeddedframework/GetSocialChat.framework/Versions/A/Resources/GetSocialChat.bundle",
"vendored_frameworks": "GetSocial/GetSocialChat.embeddedframework/GetSocialChat.framework"
}
]
}