[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 1 / f / 6 / AstronomerGoogleAnalytics / 1.1.1 / AstronomerGoogleAnalytics.podspec.json
blobd12f2f31cf032f35bace72c7d42ff4e2597af86e
2   "name": "AstronomerGoogleAnalytics",
3   "version": "1.1.1",
4   "summary": "Google Analytics Integration for Segment's analytics-ios library.",
5   "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.",
6   "homepage": "http://www.astronomer.io/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Astronomer": "hello@astronomer.io"
12   },
13   "source": {
14     "git": "https://github.com/astronomerio/analytics-ios-integration-google-analytics.git",
15     "tag": "1.1.1"
16   },
17   "social_media_url": "https://twitter.com/astronomerio",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "dependencies": {
24     "AstronomerAnalytics": [
25       "~> 3.1.2"
26     ],
27     "GoogleAnalytics": [
28       "~> 3.14"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "GoogleIDFASupport",
34       "dependencies": {
35         "GoogleIDFASupport": [
36           "~> 3.14"
37         ]
38       }
39     },
40     {
41       "name": "Core"
42     }
43   ]