blob: 05376d30a2c12a3ee1a8030ae8b2133a64f1b71d [file] [log] [blame]
{
"name": "BatchMixpanelObjcDispatcher",
"version": "1.0.0",
"summary": "Batch.com Events Dispatcher Mixpanel implementation.",
"description": "A ready-to-go event dispatcher for the Mixpanel Objective-C SDK. 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-mixpanel-objc-dispatcher.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Batch": [
"~> 1.16"
],
"Mixpanel": [
]
},
"source_files": "BatchMixpanelObjcDispatcher/Classes/**/*"
}