blob: 991dffd98c06349bcf0f537ba18723f10c3bcdf1 [file] [log] [blame]
{
"name": "MobileEngageRichExtension",
"version": "1.0.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 Extension SDK",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/emartech/ios-mobile-engage-sdk.git",
"tag": "1.0.0"
},
"source_files": "MobileEngage/RichNotification/**/*.{h,m}",
"public_header_files": [
"MobileEngage/RichNotification/MENotificationService.h",
"MobileEngage/RichNotification/UNNotificationAttachment+MobileEngage.h"
],
"libraries": [
"z",
"c++"
]
}