blob: a00a85d2b0c96e043c1d94dcc601e58e93aa1b08 [file] [log] [blame]
{
"name": "CTNotificationService",
"version": "0.1.2",
"summary": "A simple Notification Service Extension class to add media attachments to iOS 10 rich push notifications.",
"homepage": "https://github.com/CleverTap/CTNotificationService",
"license": "MIT",
"authors": {
"CleverTap": "http://www.clevertap.com"
},
"source": {
"git": "https://github.com/CleverTap/CTNotificationService.git",
"tag": "0.1.2"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"weak_frameworks": "UserNotifications",
"source_files": "CTNotificationService/*.{m,h}"
}