[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 1 / Segment-GoogleAnalytics / 1.1.5 / Segment-GoogleAnalytics.podspec.json
blob65041c4af6e81d764b0cf231a6da32e0505a4c85
2   "name": "Segment-GoogleAnalytics",
3   "version": "1.1.5",
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.1.5"
16   },
17   "social_media_url": "https://twitter.com/segment",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Analytics": [
24       "~> 3.0"
25     ]
26   },
27   "default_subspecs": "GoogleIDFASupport",
28   "subspecs": [
29     {
30       "name": "GoogleIDFASupport",
31       "dependencies": {
32         "Segment-GoogleAnalytics/Core": [
34         ],
35         "GoogleIDFASupport": [
36           "~> 3.14"
37         ]
38       }
39     },
40     {
41       "name": "Core",
42       "source_files": "Pod/Classes/**/*",
43       "dependencies": {
44         "GoogleAnalytics": [
45           "~> 3.14"
46         ]
47       }
48     },
49     {
50       "name": "StaticLibWorkaround",
51       "preserve_paths": "Pod/Classes/**/*"
52     }
53   ]