blob: 68d1be33d587964e210cffd1bf18a4b5de6952b2 [file] [log] [blame]
{
"name": "BatchGoogleAnalyticsDispatcher",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"GoogleAnalytics": [
],
"Batch": [
"~> 1.15"
]
},
"source_files": "Batch-Google-Analytics-Dispatcher/Classes/**/*"
}