[Add] KaleyraVideoBroadcastExtension 2.0.0
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 1.8.6 / Analytics.podspec.json
blobdedf6b22d20c3e4bc4f88bcc15cd5253d2912e6b
2   "name": "Analytics",
3   "version": "1.8.6",
4   "summary": "Segment analytics and marketing tools library for iOS.",
5   "homepage": "https://segment.com/libraries/ios",
6   "license": {
7     "type": "MIT",
8     "file": "License.md"
9   },
10   "authors": {
11     "Segment": "friends@segment.io"
12   },
13   "source": {
14     "git": "https://github.com/segmentio/analytics-ios.git",
15     "tag": "1.8.6"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "ANALYTICS_VERSION=1.8.6"
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       "weak_frameworks": [
37         "CoreBluetooth",
38         "SystemConfiguration",
39         "CoreLocation"
40       ],
41       "dependencies": {
42         "TRVSDictionaryWithCaseInsensitivity": [
43           "0.0.2"
44         ]
45       }
46     },
47     {
48       "name": "Amplitude",
49       "prefix_header_contents": "#define USE_ANALYTICS_AMPLITUDE 1",
50       "public_header_files": "Analytics/Integrations/*",
51       "ios": {
52         "source_files": "Analytics/Integrations/Amplitude/SEGAmplitudeIntegration.{h,m}"
53       },
54       "platforms": [
55         "ios"
56       ],
57       "dependencies": {
58         "Analytics/Core-iOS": [
60         ],
61         "Analytics/Segmentio": [
63         ],
64         "Amplitude-iOS": [
65           "2.1.1"
66         ]
67       }
68     },
69     {
70       "name": "AppsFlyer",
71       "prefix_header_contents": "#define USE_ANALYTICS_APPSFLYER 1",
72       "public_header_files": "Analytics/Integrations/*",
73       "ios": {
74         "source_files": "Analytics/Integrations/AppsFlyer/SEGAppsFlyerIntegration.{h,m}"
75       },
76       "platforms": [
77         "ios"
78       ],
79       "dependencies": {
80         "Analytics/Core-iOS": [
82         ],
83         "Analytics/Segmentio": [
85         ],
86         "AppsFlyer-SDK": [
87           "2.5.3.10"
88         ]
89       }
90     },
91     {
92       "name": "Bugsnag",
93       "prefix_header_contents": "#define USE_ANALYTICS_BUGSNAG 1",
94       "public_header_files": "Analytics/Integrations/*",
95       "ios": {
96         "source_files": "Analytics/Integrations/Bugsnag/SEGBugsnagIntegration.{h,m}"
97       },
98       "platforms": [
99         "ios"
100       ],
101       "dependencies": {
102         "Analytics/Core-iOS": [
104         ],
105         "Analytics/Segmentio": [
107         ],
108         "Bugsnag": [
109           "3.1.2"
110         ]
111       }
112     },
113     {
114       "name": "Countly",
115       "prefix_header_contents": "#define USE_ANALYTICS_COUNTLY 1",
116       "public_header_files": "Analytics/Integrations/*",
117       "ios": {
118         "source_files": "Analytics/Integrations/Countly/SEGCountlyIntegration.{h,m}"
119       },
120       "platforms": [
121         "ios"
122       ],
123       "dependencies": {
124         "Analytics/Core-iOS": [
126         ],
127         "Analytics/Segmentio": [
129         ],
130         "Countly": [
131           "1.0.0"
132         ]
133       }
134     },
135     {
136       "name": "Crittercism",
137       "prefix_header_contents": "#define USE_ANALYTICS_CRITTERCISM 1",
138       "public_header_files": "Analytics/Integrations/*",
139       "ios": {
140         "source_files": "Analytics/Integrations/Crittercism/SEGCrittercismIntegration.{h,m}"
141       },
142       "platforms": [
143         "ios"
144       ],
145       "dependencies": {
146         "Analytics/Core-iOS": [
148         ],
149         "Analytics/Segmentio": [
151         ],
152         "CrittercismSDK": [
153           "5.0.5"
154         ]
155       }
156     },
157     {
158       "name": "Flurry",
159       "prefix_header_contents": "#define USE_ANALYTICS_FLURRY 1",
160       "public_header_files": "Analytics/Integrations/*",
161       "ios": {
162         "source_files": "Analytics/Integrations/Flurry/SEGFlurryIntegration.{h,m}"
163       },
164       "platforms": [
165         "ios"
166       ],
167       "dependencies": {
168         "Analytics/Core-iOS": [
170         ],
171         "Analytics/Segmentio": [
173         ],
174         "FlurrySDK": [
175           "4.4.0"
176         ]
177       }
178     },
179     {
180       "name": "GoogleAnalytics",
181       "prefix_header_contents": "#define USE_ANALYTICS_GOOGLEANALYTICS 1",
182       "public_header_files": "Analytics/Integrations/*",
183       "ios": {
184         "source_files": "Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.{h,m}"
185       },
186       "platforms": [
187         "ios"
188       ],
189       "dependencies": {
190         "Analytics/Core-iOS": [
192         ],
193         "Analytics/Segmentio": [
195         ],
196         "GoogleAnalytics-iOS-SDK": [
197           "3.0.9"
198         ]
199       }
200     },
201     {
202       "name": "Localytics",
203       "prefix_header_contents": "#define USE_ANALYTICS_LOCALYTICS 1",
204       "public_header_files": "Analytics/Integrations/*",
205       "ios": {
206         "source_files": "Analytics/Integrations/Localytics/SEGLocalyticsIntegration.{h,m}"
207       },
208       "platforms": [
209         "ios"
210       ],
211       "dependencies": {
212         "Analytics/Core-iOS": [
214         ],
215         "Analytics/Segmentio": [
217         ],
218         "Localytics-AMP": [
219           "2.71.0"
220         ]
221       }
222     },
223     {
224       "name": "Mixpanel",
225       "prefix_header_contents": "#define USE_ANALYTICS_MIXPANEL 1",
226       "public_header_files": "Analytics/Integrations/*",
227       "ios": {
228         "source_files": "Analytics/Integrations/Mixpanel/SEGMixpanelIntegration.{h,m}"
229       },
230       "platforms": [
231         "ios"
232       ],
233       "dependencies": {
234         "Analytics/Core-iOS": [
236         ],
237         "Analytics/Segmentio": [
239         ],
240         "Mixpanel": [
241           "2.5.4"
242         ]
243       }
244     },
245     {
246       "name": "Optimizely",
247       "prefix_header_contents": "#define USE_ANALYTICS_OPTIMIZELY 1",
248       "public_header_files": "Analytics/Integrations/*",
249       "ios": {
250         "source_files": "Analytics/Integrations/Optimizely/SEGOptimizelyIntegration.{h,m}"
251       },
252       "platforms": [
253         "ios"
254       ],
255       "dependencies": {
256         "Analytics/Core-iOS": [
258         ],
259         "Analytics/Segmentio": [
261         ],
262         "Optimizely-iOS-SDK": [
263           "0.7.55"
264         ]
265       }
266     },
267     {
268       "name": "Quantcast",
269       "prefix_header_contents": "#define USE_ANALYTICS_QUANTCAST 1",
270       "public_header_files": "Analytics/Integrations/*",
271       "ios": {
272         "source_files": "Analytics/Integrations/Quantcast/SEGQuantcastIntegration.{h,m}"
273       },
274       "platforms": [
275         "ios"
276       ],
277       "dependencies": {
278         "Analytics/Core-iOS": [
280         ],
281         "Analytics/Segmentio": [
283         ],
284         "Quantcast-Measure": [
285           "1.4.6"
286         ]
287       }
288     },
289     {
290       "name": "Segmentio",
291       "prefix_header_contents": "#define USE_ANALYTICS_SEGMENTIO 1",
292       "public_header_files": "Analytics/Integrations/*",
293       "ios": {
294         "source_files": "Analytics/Integrations/Segmentio/SEGSegmentioIntegration.{h,m}"
295       },
296       "platforms": [
297         "ios"
298       ],
299       "dependencies": {
300         "Analytics/Core-iOS": [
302         ]
303       }
304     },
305     {
306       "name": "Taplytics",
307       "prefix_header_contents": "#define USE_ANALYTICS_TAPLYTICS 1",
308       "public_header_files": "Analytics/Integrations/*",
309       "ios": {
310         "source_files": "Analytics/Integrations/Taplytics/SEGTaplyticsIntegration.{h,m}"
311       },
312       "platforms": [
313         "ios"
314       ],
315       "dependencies": {
316         "Analytics/Core-iOS": [
318         ],
319         "Analytics/Segmentio": [
321         ],
322         "Taplytics": [
323           "2.0.10"
324         ]
325       }
326     },
327     {
328       "name": "Tapstream",
329       "prefix_header_contents": "#define USE_ANALYTICS_TAPSTREAM 1",
330       "public_header_files": "Analytics/Integrations/*",
331       "ios": {
332         "source_files": "Analytics/Integrations/Tapstream/SEGTapstreamIntegration.{h,m}"
333       },
334       "platforms": [
335         "ios"
336       ],
337       "dependencies": {
338         "Analytics/Core-iOS": [
340         ],
341         "Analytics/Segmentio": [
343         ],
344         "Tapstream": [
345           "2.8.3"
346         ]
347       }
348     },
349     {
350       "name": "TestFlight",
351       "prefix_header_contents": "#define USE_ANALYTICS_TESTFLIGHT 1",
352       "public_header_files": "Analytics/Integrations/*",
353       "ios": {
354         "source_files": "Analytics/Integrations/TestFlight/SEGTestFlightIntegration.{h,m}"
355       },
356       "platforms": [
357         "ios"
358       ],
359       "dependencies": {
360         "Analytics/Core-iOS": [
362         ],
363         "Analytics/Segmentio": [
365         ],
366         "TestFlightSDK": [
367           "3.0.2"
368         ]
369       }
370     }
371   ]