blob: ea9b20ec8494346c292c963ded4c8ab1b7c6227f [file] [log] [blame]
{
"name": "BatchATInternetDispatcher",
"version": "2.0.0",
"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": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"ATInternet-Apple-SDK/Tracker": [
">=2.0"
],
"Batch": [
"~> 1.17"
]
},
"source_files": "BatchATInternetDispatcher/Classes/**/*",
"swift_version": "5.0"
}