blob: f8a2f7ec6e7124e871c182ad1decb42af27e6bb8 [file] [log] [blame]
{
"name": "WebEngageBannerPush",
"version": "0.6.0",
"summary": "Extension Target SDK for adding WebEngage Rich Push Notifications support",
"description": "This pod contains reference implentation of iOS Notification Service Extension. Clients are expected to pull this dependency and extend their Root Notification Service class with the one provided in this pod.",
"license": "MIT",
"authors": [
"Saumitra Bhave",
"Yogesh Singh"
],
"homepage": "https://webengage.com",
"social_media_url": "http://twitter.com/webengage",
"documentation_url": "https://docs.webengage.com/docs/ios-getting-started",
"source": {
"git": "https://github.com/WebEngage/WebEngageAppEx.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "WebEngageAppEx/Classes/NotificationService/WEXPushNotificationService.{h,m}",
"public_header_files": "WebEngageAppEx/Classes/NotificationService/WEXPushNotificationService.h",
"frameworks": [
"Foundation",
"UIKit"
],
"weak_frameworks": "UserNotifications"
}