blob: 590f8a369a5c3ad6f30d203859b9917736b51705 [file] [log] [blame]
{
"name": "CTNotificationContent",
"version": "0.1.3",
"summary": "A Notification Content Extension class to display custom content interfaces for iOS 10 push notifications",
"homepage": "https://github.com/CleverTap/CTNotificationContent",
"license": "MIT",
"authors": {
"CleverTap": "http://www.clevertap.com"
},
"source": {
"git": "https://github.com/CleverTap/CTNotificationContent.git",
"tag": "0.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"weak_frameworks": [
"UserNotifications",
"UIKit"
],
"source_files": "CTNotificationContent/**/*.{m,h}"
}