blob: f24d2d732d45d33b35d9543459e14bc283ce95ed [file] [log] [blame]
{
"name": "TwinPushReceiptExtension",
"version": "1.1.0",
"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.1.0"
},
"source_files": "TPNotificationReceiptService.swift",
"frameworks": "UserNotifications",
"requires_arc": true,
"swift_version": "5.0"
}