[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 1 / Segment-GoogleAnalytics / 1.3.3 / Segment-GoogleAnalytics.podspec.json
blobf7c1b7d44c27cdbbc8405642fec5c9f6f82c8f76
2   "name": "Segment-GoogleAnalytics",
3   "version": "1.3.3",
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.3.3"
16   },
17   "social_media_url": "https://twitter.com/segment",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "dependencies": {
24     "Analytics": [
26     ]
27   },
28   "default_subspecs": "GoogleIDFASupport",
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "subspecs": [
36     {
37       "name": "GoogleIDFASupport",
38       "dependencies": {
39         "Segment-GoogleAnalytics/Core": [
41         ],
42         "GoogleIDFASupport": [
43           "~> 3.14"
44         ]
45       }
46     },
47     {
48       "name": "Core",
49       "source_files": "Pod/Classes/**/*",
50       "dependencies": {
51         "GoogleAnalytics": [
52           "~> 3.14"
53         ]
54       }
55     }
56   ]