blob: 724be5177e281a0e0577961569fefe9fa8037840 [file] [log] [blame]
{
"name": "BatchATInternetDispatcher",
"version": "1.0.1",
"summary": "Batch.com Events Dispatcher AT Internet implementation.",
"description": "A ready-to-go event dispatcher for AT Internet. Requires the Batch iOS SDK.",
"homepage": "https://batch.com",
"license": {
"type": "MIT"
},
"authors": {
"Batch.com": "support@batch.com"
},
"source": {
"git": "https://github.com/BatchLabs/Batch-iOS-atinternet-dispatcher.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"ATInternet-Apple-SDK/Tracker": [
">=2.0"
],
"Batch": [
"~> 1.15"
]
},
"source_files": "BatchATInternetDispatcher/Classes/**/*",
"swift_version": "5.0"
}