blob: 193be14c73de7d7602af8b1d38c4aea9ff4486e6 [file] [log] [blame]
{
"name": "TwinPushReceiptExtension",
"version": "1.0.2",
"summary": "TwinPushReceiptExtension is a companion library to the TwinPush SDK that adds notification receipts to deliveries sent from TwinPush",
"homepage": "http://twinpush.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TwinCoders": "info@twincoders.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source": {
"git": "https://github.com/TwinPush/twinpush-ios-receipt-extension.git",
"tag": "v1.0.2"
},
"source_files": "TPNotificationReceiptService.swift",
"frameworks": "UserNotifications",
"requires_arc": true,
"swift_version": "5.0"
}