blob: d12f2f31cf032f35bace72c7d42ff4e2597af86e [file] [log] [blame]
{
"name": "AstronomerGoogleAnalytics",
"version": "1.1.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://www.astronomer.io/",
"license": {
"type": "MIT"
},
"authors": {
"Astronomer": "hello@astronomer.io"
},
"source": {
"git": "https://github.com/astronomerio/analytics-ios-integration-google-analytics.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/astronomerio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"AstronomerAnalytics": [
"~> 3.1.2"
],
"GoogleAnalytics": [
"~> 3.14"
]
},
"subspecs": [
{
"name": "GoogleIDFASupport",
"dependencies": {
"GoogleIDFASupport": [
"~> 3.14"
]
}
},
{
"name": "Core"
}
]
}