blob: a0c125087901fdb5faa5c7a887f98d4adf2816ac [file] [log] [blame]
{
"name": "Segment-GoogleAnalytics",
"version": "1.1.3",
"summary": "Google Analytics 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 Google Analytics integration for the iOS library.",
"homepage": "http://segment.com/",
"license": {
"type": "MIT"
},
"authors": {
"Segment": "friends@segment.com"
},
"source": {
"git": "https://github.com/segment-integrations/analytics-ios-integration-google-analytics.git",
"tag": "1.1.3"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Analytics": [
"~> 3.0"
],
"GoogleAnalytics": [
"~> 3.14"
]
},
"subspecs": [
{
"name": "GoogleIDFASupport",
"dependencies": {
"GoogleIDFASupport": [
"~> 3.14"
]
}
},
{
"name": "Core"
}
]
}