blob: cdbd9d42406edb34a6409d8f74f3af75bf715b08 [file] [log] [blame]
{
"name": "Segment-Appboy",
"version": "2.2.1",
"summary": "Braze Integration for Segment's analytics-ios library.",
"description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Braze integration for the iOS library.",
"homepage": "https://github.com/appboy/appboy-segment-ios",
"license": {
"type": "MIT"
},
"authors": {
"Appboy": "hello@braze.com"
},
"source": {
"git": "https://github.com/appboy/appboy-segment-ios.git",
"tag": "2.2.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Analytics": [
"~> 3.0"
]
},
"default_subspecs": "Full-SDK",
"subspecs": [
{
"name": "Full-SDK",
"dependencies": {
"Appboy-iOS-SDK": [
"~>3.20.1"
]
},
"source_files": "Pod/Classes/**/*"
},
{
"name": "Core",
"dependencies": {
"Appboy-iOS-SDK/Core": [
"~>3.20.1"
]
},
"source_files": "Pod/Classes/**/*"
}
]
}