blob: af1791e2c9f4e45a9becf70117c442cecf65ed62 [file] [log] [blame]
{
"name": "Segment-Batch",
"version": "1.2.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": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Analytics": [
"~> 3.0"
]
},
"default_subspecs": "Standard",
"subspecs": [
{
"name": "Standard",
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Batch": [
"~> 1.13"
]
}
}
]
}