blob: d13d1ea11c5a71b61bab4a9c5af49d563dfba157 [file] [log] [blame]
{
"name": "OptimoveNotificationServiceExtension",
"version": "2.0.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": {
"optimove.develop.mobile@gmail.com": "optimove.develop.mobile@gmail.com"
},
"source": {
"git": "https://github.com/optimove-tech/iOS-SDK-Integration-Guide.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "OptimoveNotificationServiceExtension/OptimoveNotificationServiceExtension/Classes/**/*",
"frameworks": [
"UserNotifications",
"UIKit"
]
}