blob: e46be09dd9075879afe72301b8465a397568be52 [file] [log] [blame]
{
"name": "WebEngageAppEx",
"version": "0.1.1",
"summary": "Extension For Using WebEngage APIs from Application Extensions",
"description": "This pod includes various subspecs which are intended for use in Application Extensions, and depends on APIs which are App Extension Safe. The Core subspecs provides APIs which lets you track Users and Events from within Application Extensions.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "CoreApi",
"source_files": "WebEngageAppEx/Classes/CoreApi/**/*.{h,m}",
"public_header_files": [
"WebEngageAppEx/Classes/CoreApi/WEXAnalytics.h",
"WebEngageAppEx/Classes/CoreApi/WEXUser.h"
],
"frameworks": "Foundation"
},
{
"name": "NotificationService",
"source_files": "WebEngageAppEx/Classes/NotificationService/WEXPushNotificationService.{h,m}",
"public_header_files": "WebEngageAppEx/Classes/NotificationService/WEXPushNotificationService.h",
"frameworks": "Foundation",
"weak_frameworks": "UserNotifications"
},
{
"name": "ContentExtension",
"source_files": "WebEngageAppEx/Classes/ContentExtension/**/*.{h,m}",
"public_header_files": "WebEngageAppEx/Classes/ContentExtension/WEXRichPushNotificationViewController.h",
"frameworks": "Foundation",
"weak_frameworks": [
"UserNotifications",
"UserNotificationsUI"
],
"dependencies": {
"WebEngageAppEx/CoreApi": [
]
}
}
]
}