blob: 70bb9cb1cee9e23532e5ec8fac14bf5a6b72459a [file] [log] [blame]
{
"name": "OptimoveNotificationServiceExtension",
"version": "2.2.0",
"summary": "A notification extension framework for Optimove SDK",
"description": "This framework is an addition for the main OptimoveSDK in order to handle notifications",
"homepage": "https://github.com/optimove-tech/iOS-SDK-Integration-Guide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mobius Solutions": "mobile@optimove.com"
},
"source": {
"git": "https://github.com/optimove-tech/iOS-SDK-Integration-Guide.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source_files": "OptimoveNotificationServiceExtension/Classes/**/*",
"frameworks": [
"UserNotifications",
"UIKit"
],
"swift_version": "5"
}