blob: f86f32f9ff30033691d8341a925cf466cd7bb615 [file] [log] [blame]
{
"name": "Segment-GoogleAnalytics",
"version": "1.3.1",
"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.3.1"
},
"social_media_url": "https://twitter.com/segment",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Analytics": [
]
},
"default_subspecs": "GoogleIDFASupport",
"subspecs": [
{
"name": "GoogleIDFASupport",
"dependencies": {
"Segment-GoogleAnalytics/Core": [
],
"GoogleIDFASupport": [
"~> 3.14"
]
}
},
{
"name": "Core",
"source_files": "Pod/Classes/**/*",
"dependencies": {
"GoogleAnalytics": [
"~> 3.14"
]
}
}
]
}