blob: db271e84c1f0064ff636abb882a0e8f9b24cae8c [file] [log] [blame]
{
"name": "BatchGoogleAnalyticsDispatcher",
"version": "1.0.1",
"summary": "Batch.com Events Dispatcher Google Analytics implementation.",
"description": "A ready-to-go event dispatcher for Google Analytics. 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-google-analytics-dispatcher.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"GoogleAnalytics": [
],
"Batch": [
"~> 1.15"
]
},
"source_files": "BatchGoogleAnalyticsDispatcher/Classes/**/*"
}