blob: a786583b8cf6b56ab40f5ad913ed1349f0ffd3cc [file] [log] [blame]
{
"name": "VizuryNotificationSDK",
"version": "1.0.0",
"summary": "Vizury Rich Notifications for iOS.",
"description": "VizuryNotificationSDK helps you to make use Notification Service Extensions to support media in notifications(Rich Push Notifications).",
"homepage": "https://www.vizury.com",
"documentation_url": "https://bitbucket.org/vizury/vizury-ios-sdk/src/master/",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Ayon Chowdhury": "ayon.chowdhury@affle.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://ayon-chowdhury@bitbucket.org/vizury/vizury-ios-sdk.git",
"tag": "richnotification-1.0.0"
},
"ios": {
"vendored_frameworks": "Frameworks/VizuryRichNotification/VizuryNotificationSDK.framework"
},
"preserve_paths": "Frameworks/VizuryRichNotification/VizuryNotificationSDK.framework",
"module_map": "Frameworks/VizuryRichNotification/VizuryNotificationSDK.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Security"
],
"weak_frameworks": "UserNotifications"
}