blob: b00023931aadd0715bca16450c8193681cc64a7d [file] [log] [blame]
{
"name": "Astronomer-GoogleAnalytics",
"version": "1.1.4",
"summary": "Google Analytics Integration for Astronomer's analytics-ios library. Adapted from Segment.",
"description": "AstronomerAnalytics 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://astronomer.io/",
"license": {
"type": "MIT"
},
"authors": {
"Astronomer": "info@astronomer.io"
},
"source": {
"git": "https://github.com/astronomerio/analytics-ios-integration-google-analytics.git",
"tag": "1.1.4"
},
"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"
],
"source_files": "Pod/Classes/**/*",
"dependencies": {
"AstronomerAnalytics": [
"~> 3.0"
]
}
}