blob: 9aa911869a8ba03e93a12806380b13c5088a73a0 [file] [log] [blame]
{
"name": "WebEngageBannerPush",
"version": "0.1.0",
"summary": "Extension For Using WebEngage Banner or Attachment Based Notifications",
"description": "This is Small Pod which contains the reference implentation of iOS Notification Service Extension, Clients can just pull this dependency and extend their Root Notification Service class with the one provided in this pod",
"homepage": "https://github.com/WebEngage/WebEngageAppEx",
"license": {
"type": "OTHER",
"file": "LICENSE"
},
"authors": {
"saumitrabhave": "saumitra@webklipper.com"
},
"source": {
"git": "https://github.com/WebEngage/WebEngageAppEx.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "WebEngageAppEx/Classes/NotificationService/WEXPushNotificationService.{h,m}",
"public_header_files": "WebEngageAppEx/Classes/NotificationService/WEXPushNotificationService.h",
"frameworks": "Foundation",
"weak_frameworks": "UserNotifications"
}