blob: bfc18baf27b555ef85b25b0ee113aead8f39d085 [file] [log] [blame]
{
"name": "CTNotificationService",
"version": "0.1.3",
"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.3"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"weak_frameworks": "UserNotifications",
"source_files": "CTNotificationService/*.{m,h}"
}