blob: 7c1250b6d337a1cfdd90fae2a80bcf7677db91fa [file] [log] [blame]
{
"name": "OptimoveNotificationServiceExtension",
"version": "1.2.0",
"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/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": "1.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "OptimoveNotificationServiceExtension/OptimoveNotificationServiceExtension/Classes/**/*",
"frameworks": "UserNotifications"
}