blob: ba6b7de0f82ce639da166c31dd305b7f34ca895b [file] [log] [blame]
{
"name": "APLWhatsappProxyActivity",
"version": "0.0.1",
"summary": "A UIActivity for use when Whatsapp is not activated yet.",
"description": " Apple's UIActivityViewController does not display a Whatsapp Button.\n We add a custom application activity here, to display a Whatsapp Button in this case.\n Our activity composes a message text from the given activity items and opens the whatsapp app if it's installed\n on the device.\n",
"homepage": "https://github.com/apploft/APLWhatsappProxyActivity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Christopher Gross",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apploft/APLWhatsappProxyActivity.git",
"tag": "0.0.1"
},
"source_files": [
"APLWhatsappProxyActivity",
"*.{h,m}"
],
"resources": [
"*.png"
],
"frameworks": "Social",
"requires_arc": true
}