blob: 273dd0a1895a86f026b1ba70f3c954c5669c67d5 [file] [log] [blame]
{
"name": "APLWhatsappProxyActivity",
"version": "0.0.3",
"summary": "A UIActivity to support sharing via whatsapp.",
"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.3"
},
"source_files": [
"APLWhatsappProxyActivity",
"*.{h,m}"
],
"resources": [
"*.png"
],
"frameworks": "Social",
"requires_arc": true
}