blob: 675aaf3496a78bacca0bc146097ada9dd0ec800e [file] [log] [blame]
{
"name": "CTNotificationContent",
"version": "0.1.4",
"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.4"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"weak_frameworks": [
"UserNotifications",
"UIKit"
],
"source_files": "CTNotificationContent/**/*.{m,h}"
}