blob: 0709b8c9510dbe71c1d9a871336eb0389bc41052 [file] [log] [blame]
{
"name": "APLFacebookProxyActivity",
"version": "0.0.1",
"summary": "A UIActivity for use when Facebook is not activated yet.",
"description": " Apple's UIActivityViewController does not display a Facebook Button\n if the user is not already connected.\n We add a custom application activity here, to display a Facebook Button in this case.\n Our activity tries to present a composeViewControllerForServiceType:SLServiceTypeFacebook\n which triggers a system alert view that displays further instructions for setting the Facebook account in iOS system\n settings.\n",
"homepage": "https://github.com/apploft/APLFacebookProxyActivity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Heiko Wichmann",
"Tobias Conradi"
],
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apploft/APLFacebookProxyActivity.git",
"tag": "0.0.1"
},
"source_files": [
"APLFacebookProxyActivity",
"*.{h,m}"
],
"resources": [
"*.png"
],
"frameworks": "Social",
"requires_arc": true
}