[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 0 / 1 / Segment-GoogleAnalytics / 1.2.0 / Segment-GoogleAnalytics.podspec.json
blob685ebea717f95a1e3f2d9561d19f0c0a0738592b
2   "name": "Segment-GoogleAnalytics",
3   "version": "1.2.0",
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://segment.com/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Segment": "friends@segment.com"
12   },
13   "source": {
14     "git": "https://github.com/segment-integrations/analytics-ios-integration-google-analytics.git",
15     "tag": "1.2.0"
16   },
17   "social_media_url": "https://twitter.com/segment",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "dependencies": {
24     "Analytics": [
25       "~> 3.0"
26     ]
27   },
28   "default_subspecs": "GoogleIDFASupport",
29   "subspecs": [
30     {
31       "name": "GoogleIDFASupport",
32       "dependencies": {
33         "Segment-GoogleAnalytics/Core": [
35         ],
36         "GoogleIDFASupport": [
37           "~> 3.14"
38         ]
39       }
40     },
41     {
42       "name": "Core",
43       "source_files": "Pod/Classes/**/*",
44       "dependencies": {
45         "GoogleAnalytics": [
46           "~> 3.14"
47         ]
48       }
49     }
50   ]