[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 1.5.10 / Analytics.podspec.json
blob562090b483a27a757ce5072cd7c80b0be95dcd21
2   "name": "Analytics",
3   "version": "1.5.10",
4   "summary": "Segment.io analytics and marketing tools library for iOS.",
5   "homepage": "https://segment.io/libraries/ios",
6   "license": {
7     "type": "MIT",
8     "file": "License.md"
9   },
10   "authors": {
11     "Segment.io": "friends@segment.io"
12   },
13   "source": {
14     "git": "https://github.com/segmentio/analytics-ios.git",
15     "tag": "1.5.10"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "ANALYTICS_VERSION=1.5.10"
23   },
24   "subspecs": [
25     {
26       "name": "Core-iOS",
27       "public_header_files": "Analytics/*",
28       "source_files": [
29         "Analytics/*.{h,m}",
30         "Analytics/Helpers/*.{h,m}",
31         "Analytics/Integrations/SEGAnalyticsIntegrations.h"
32       ],
33       "platforms": [
34         "ios"
35       ],
36       "dependencies": {
37         "TRVSDictionaryWithCaseInsensitivity": [
38           "0.0.2"
39         ]
40       },
41       "weak_frameworks": [
42         "iAd",
43         "AdSupport",
44         "CoreBlueTooth",
45         "SystemConfiguration"
46       ],
47       "frameworks": [
48         "SystemConfiguration"
49       ]
50     },
51     {
52       "name": "Segmentio",
53       "prefix_header_contents": "#define USE_ANALYTICS_SEGMENTIO 1",
54       "public_header_files": "Analytics/Integrations/*",
55       "ios": {
56         "source_files": "Analytics/Integrations/Segmentio/SEGSegmentioIntegration.{h,m}"
57       },
58       "platforms": [
59         "ios"
60       ],
61       "dependencies": {
62         "Analytics/Core-iOS": [
64         ],
65         "Reachability": [
66           "3.1.1"
67         ]
68       }
69     },
70     {
71       "name": "Amplitude",
72       "prefix_header_contents": "#define USE_ANALYTICS_AMPLITUDE 1",
73       "public_header_files": "Analytics/Integrations/*",
74       "ios": {
75         "source_files": "Analytics/Integrations/Amplitude/SEGAmplitudeIntegration.{h,m}"
76       },
77       "platforms": [
78         "ios"
79       ],
80       "dependencies": {
81         "Amplitude-iOS": [
82           "~> 2.1.0"
83         ],
84         "Analytics/Core-iOS": [
86         ],
87         "Analytics/Segmentio": [
89         ]
90       }
91     },
92     {
93       "name": "Bugsnag",
94       "prefix_header_contents": "#define USE_ANALYTICS_BUGSNAG 1",
95       "public_header_files": "Analytics/Integrations/*",
96       "ios": {
97         "source_files": "Analytics/Integrations/Bugsnag/SEGBugsnagIntegration.{h,m}"
98       },
99       "platforms": [
100         "ios"
101       ],
102       "dependencies": {
103         "Analytics/Core-iOS": [
105         ],
106         "Analytics/Segmentio": [
108         ],
109         "Bugsnag": [
110           "~> 3.1.2"
111         ]
112       }
113     },
114     {
115       "name": "Countly",
116       "prefix_header_contents": "#define USE_ANALYTICS_COUNTLY 1",
117       "public_header_files": "Analytics/Integrations/*",
118       "ios": {
119         "source_files": "Analytics/Integrations/Countly/SEGCountlyIntegration.{h,m}"
120       },
121       "platforms": [
122         "ios"
123       ],
124       "dependencies": {
125         "Analytics/Core-iOS": [
127         ],
128         "Analytics/Segmentio": [
130         ],
131         "Countly": [
132           "~> 1.0.0"
133         ]
134       }
135     },
136     {
137       "name": "Crittercism",
138       "prefix_header_contents": "#define USE_ANALYTICS_CRITTERCISM 1",
139       "public_header_files": "Analytics/Integrations/*",
140       "ios": {
141         "source_files": "Analytics/Integrations/Crittercism/SEGCrittercismIntegration.{h,m}"
142       },
143       "platforms": [
144         "ios"
145       ],
146       "dependencies": {
147         "Analytics/Core-iOS": [
149         ],
150         "Analytics/Segmentio": [
152         ],
153         "CrittercismSDK": [
154           "~> 4.3.3"
155         ]
156       }
157     },
158     {
159       "name": "Flurry",
160       "prefix_header_contents": "#define USE_ANALYTICS_FLURRY 1",
161       "public_header_files": "Analytics/Integrations/*",
162       "ios": {
163         "source_files": "Analytics/Integrations/Flurry/SEGFlurryIntegration.{h,m}"
164       },
165       "platforms": [
166         "ios"
167       ],
168       "dependencies": {
169         "Analytics/Core-iOS": [
171         ],
172         "Analytics/Segmentio": [
174         ],
175         "FlurrySDK": [
176           "~> 4.4.0"
177         ]
178       }
179     },
180     {
181       "name": "GoogleAnalytics",
182       "prefix_header_contents": "#define USE_ANALYTICS_GOOGLEANALYTICS 1",
183       "public_header_files": "Analytics/Integrations/*",
184       "ios": {
185         "source_files": "Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.{h,m}"
186       },
187       "platforms": [
188         "ios"
189       ],
190       "dependencies": {
191         "Analytics/Core-iOS": [
193         ],
194         "Analytics/Segmentio": [
196         ],
197         "GoogleAnalytics-iOS-SDK": [
198           "~> 3.0.7"
199         ]
200       }
201     },
202     {
203       "name": "Localytics",
204       "prefix_header_contents": "#define USE_ANALYTICS_LOCALYTICS 1",
205       "public_header_files": "Analytics/Integrations/*",
206       "ios": {
207         "source_files": "Analytics/Integrations/Localytics/SEGLocalyticsIntegration.{h,m}"
208       },
209       "platforms": [
210         "ios"
211       ],
212       "dependencies": {
213         "Analytics/Core-iOS": [
215         ],
216         "Analytics/Segmentio": [
218         ],
219         "Localytics-iOS-Client": [
220           "~> 2.23.0"
221         ]
222       }
223     },
224     {
225       "name": "Mixpanel",
226       "prefix_header_contents": "#define USE_ANALYTICS_MIXPANEL 1",
227       "public_header_files": "Analytics/Integrations/*",
228       "ios": {
229         "source_files": "Analytics/Integrations/Mixpanel/SEGMixpanelIntegration.{h,m}"
230       },
231       "platforms": [
232         "ios"
233       ],
234       "dependencies": {
235         "Analytics/Core-iOS": [
237         ],
238         "Analytics/Segmentio": [
240         ],
241         "Mixpanel": [
242           "~> 2.3.6"
243         ]
244       }
245     },
246     {
247       "name": "Optimizely",
248       "prefix_header_contents": "#define USE_ANALYTICS_OPTIMIZELY 1",
249       "public_header_files": "Analytics/Integrations/*",
250       "ios": {
251         "source_files": "Analytics/Integrations/Optimizely/SEGOptimizelyIntegration.{h,m}"
252       },
253       "platforms": [
254         "ios"
255       ],
256       "dependencies": {
257         "Analytics/Core-iOS": [
259         ],
260         "Analytics/Segmentio": [
262         ],
263         "Optimizely-iOS-SDK": [
264           "~> 0.6.52"
265         ]
266       }
267     },
268     {
269       "name": "Taplytics",
270       "prefix_header_contents": "#define USE_ANALYTICS_TAPLYTICS 1",
271       "public_header_files": "Analytics/Integrations/*",
272       "ios": {
273         "source_files": "Analytics/Integrations/Taplytics/SEGTaplyticsIntegration.{h,m}"
274       },
275       "platforms": [
276         "ios"
277       ],
278       "dependencies": {
279         "Analytics/Core-iOS": [
281         ],
282         "Analytics/Segmentio": [
284         ],
285         "Taplytics": [
286           "~> 1.3.0"
287         ]
288       }
289     },
290     {
291       "name": "Tapstream",
292       "prefix_header_contents": "#define USE_ANALYTICS_TAPSTREAM 1",
293       "public_header_files": "Analytics/Integrations/*",
294       "ios": {
295         "source_files": "Analytics/Integrations/Tapstream/SEGTapstreamIntegration.{h,m}"
296       },
297       "platforms": [
298         "ios"
299       ],
300       "dependencies": {
301         "Analytics/Core-iOS": [
303         ],
304         "Analytics/Segmentio": [
306         ],
307         "Tapstream": [
308           "~> 2.7"
309         ]
310       }
311     },
312     {
313       "name": "Quantcast",
314       "prefix_header_contents": "#define USE_ANALYTICS_QUANTCAST 1",
315       "public_header_files": "Analytics/Integrations/*",
316       "ios": {
317         "source_files": "Analytics/Integrations/Quantcast/SEGQuantcastIntegration.{h,m}"
318       },
319       "platforms": [
320         "ios"
321       ],
322       "dependencies": {
323         "Analytics/Core-iOS": [
325         ],
326         "Analytics/Segmentio": [
328         ],
329         "Quantcast-Measure": [
330           "~> 1.4.4"
331         ]
332       }
333     }
334   ]