blob: 27dc13267eb112f8fc5204832c64f0097a80e2b6 [file] [log] [blame]
{
"name": "AstronomerGoogleAnalytics",
"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://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.3"
},
"social_media_url": "https://twitter.com/astronomerio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_libraries": "Pod/Classes/libGoogleAnalyticsServices.a",
"frameworks": [
"CoreData",
"SystemConfiguration"
],
"libraries": [
"sqlite3",
"z"
],
"dependencies": {
"AstronomerAnalytics": [
"~> 3.1.3"
]
},
"source_files": "Pod/Classes/**/*"
}