blob: e96ba5e40ba85975f5296307a88355bda1ce68c4 [file] [log] [blame]
{
"name": "Segment-Batch",
"version": "2.0.0",
"summary": "Batch.com Integration for Segment's analytics-ios library.",
"description": "This is the Batch.com SDK integration for the iOS Segment library.",
"homepage": "https://batch.com",
"license": {
"type": "MIT"
},
"authors": {
"Batch.com": "support@batch.com"
},
"source": {
"git": "https://github.com/BatchLabs/ios-segment-integration.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Analytics": [
"~> 4.0"
]
},
"default_subspecs": "Standard",
"subspecs": [
{
"name": "Standard",
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Batch": [
"~> 1.15"
]
}
}
]
}