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