blob: 0a72b0cc440e2ac42493190d295817c8d1e1ae92 [file] [log] [blame]
{
"name": "MobileEngageSDK",
"version": "0.9.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": "0.9.0"
},
"source_files": "MobileEngage/**/*.{h,m}",
"public_header_files": [
"MobileEngage/MobileEngage.h",
"MobileEngage/MobileEngageStatusDelegate.h",
"MobileEngage/MEConfigBuilder.h",
"MobileEngage/MEConfig.h",
"MobileEngage/Inbox/MEInbox.h",
"MobileEngage/Inbox/MENotification.h",
"MobileEngage/Inbox/MENotificationInboxStatus.h",
"MobileEngage/RichNotification/MENotificationService.h",
"MobileEngage/RichNotification/UNNotificationAttachment+MobileEngage.h"
],
"dependencies": {
"CoreSDK": [
]
},
"libraries": [
"z",
"c++"
]
}