blob: 1acae52805a536e0eb146586b974d1bda48120f7 [file] [log] [blame]
{
"name": "MORichNotification",
"version": "3.1.2",
"summary": "MoEngage Rich Notifications for iOS.",
"description": "MORichNotification helps you to make use Notification Service Extensions to support media in notifications(Rich Push Notifications). This feature is available from iOS version 10.0 and above.",
"homepage": "http://www.moengage.com",
"documentation_url": "http://docs.moengage.com",
"social_media_url": "https://twitter.com/moengage",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Chengappa C D": "chengappa@moengage.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "richPush-3.1.2"
},
"ios": {
"vendored_frameworks": "Frameworks/MORichNotification.framework"
},
"preserve_paths": "Frameworks/MORichNotification.framework",
"module_map": "Frameworks/MORichNotification.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"UserNotifications"
]
}