blob: ad91cb5465e9a0120e1b090ade2bffd8c72d1e2e [file] [log] [blame]
{
"name": "OptimoveNotificationServiceExtension",
"version": "1.2.1",
"summary": "A notification extension framework for Optimove SDK applications",
"description": "This framework is an addition for the main OptimoveSDK in order to handle notifications",
"homepage": "https://github.com/elkanaoptimove/OptimoveNotificationServiceExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"optimove.develop.mobile@gmail.com": "optimove.develop.mobile@gmail.com"
},
"source": {
"git": "https://github.com/elkanaoptimove/OptimoveNotificationServiceExtension.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "OptimoveNotificationServiceExtension/Classes/**/*",
"frameworks": [
"UserNotifications",
"UIKit"
]
}