blob: c059fb5cb73975928526f152c33faa00c13606be [file] [log] [blame]
{
"name": "MobileEngageSDK",
"version": "1.4.0",
"homepage": "https://help.emarsys.com/hc/en-us/articles/115002410625",
"license": "Mozilla Public License 2.0",
"authors": {
"Emarsys Technologies": "mobile-team@emarsys.com"
},
"summary": "Mobile Engage iOS SDK",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/emartech/ios-mobile-engage-sdk.git",
"tag": "1.4.0"
},
"source_files": "MobileEngage/**/*.{h,m}",
"exclude_files": "MobileEngage/RichNotificationExtension/*",
"public_header_files": [
"MobileEngage/MobileEngage.h",
"MobileEngage/MobileEngageStatusDelegate.h",
"MobileEngage/MEConfigBuilder.h",
"MobileEngage/MEConfig.h",
"MobileEngage/Flipper/MEFlipperFeatures.h",
"MobileEngage/Inbox/MEInboxProtocol.h",
"MobileEngage/Inbox/MENotification.h",
"MobileEngage/Inbox/MENotificationInboxStatus.h",
"MobileEngage/IAM/MEInApp.h",
"MobileEngage/IAM/MEEventHandler.h",
"MobileEngage/RichNotification/MEUserNotificationCenterDelegate.h"
],
"dependencies": {
"CoreSDK": [
]
},
"libraries": [
"z",
"c++"
]
}