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