[Add] AdjustSignature 3.35.1
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 1.11.13 / Analytics.podspec.json
blobc3b78ffca0770ac08193a8598fcb1210cc0d746d
2   "name": "Analytics",
3   "version": "1.11.13",
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.11.13"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "ANALYTICS_VERSION=1.11.13"
23   },
24   "subspecs": [
25     {
26       "name": "Core-iOS",
27       "public_header_files": [
28         "Analytics/*.h",
29         "Analytics/Helpers/*.h",
30         "Analytics/Integrations/SEGAnalyticsIntegrations.h"
31       ],
32       "source_files": [
33         "Analytics/*.{h,m}",
34         "Analytics/Helpers/*.{h,m}",
35         "Analytics/Integrations/SEGAnalyticsIntegrations.h"
36       ],
37       "platforms": {
38         "ios": "6.0"
39       },
40       "weak_frameworks": [
41         "CoreBluetooth",
42         "SystemConfiguration",
43         "CoreLocation"
44       ],
45       "dependencies": {
46         "TRVSDictionaryWithCaseInsensitivity": [
47           "0.0.2"
48         ]
49       }
50     },
51     {
52       "name": "Amplitude",
53       "prefix_header_contents": "#define USE_ANALYTICS_AMPLITUDE 1",
54       "public_header_files": [
55         "Analytics/Integrations/*.h",
56         "Analytics/Integrations/Amplitude/SEGAmplitudeIntegration.h"
57       ],
58       "ios": {
59         "source_files": "Analytics/Integrations/Amplitude/SEGAmplitudeIntegration.{h,m}"
60       },
61       "platforms": {
62         "ios": "6.0"
63       },
64       "dependencies": {
65         "Analytics/Core-iOS": [
67         ],
68         "Analytics/Segmentio": [
70         ],
71         "Amplitude-iOS": [
72           "2.4.0"
73         ]
74       }
75     },
76     {
77       "name": "AppsFlyer",
78       "prefix_header_contents": "#define USE_ANALYTICS_APPSFLYER 1",
79       "public_header_files": [
80         "Analytics/Integrations/*.h",
81         "Analytics/Integrations/AppsFlyer/SEGAppsFlyerIntegration.h"
82       ],
83       "ios": {
84         "source_files": "Analytics/Integrations/AppsFlyer/SEGAppsFlyerIntegration.{h,m}"
85       },
86       "platforms": {
87         "ios": "6.0"
88       },
89       "dependencies": {
90         "Analytics/Core-iOS": [
92         ],
93         "Analytics/Segmentio": [
95         ],
96         "AppsFlyer-SDK": [
97           "2.5.3.15.1"
98         ]
99       }
100     },
101     {
102       "name": "Bugsnag",
103       "prefix_header_contents": "#define USE_ANALYTICS_BUGSNAG 1",
104       "public_header_files": [
105         "Analytics/Integrations/*.h",
106         "Analytics/Integrations/Bugsnag/SEGBugsnagIntegration.h"
107       ],
108       "ios": {
109         "source_files": "Analytics/Integrations/Bugsnag/SEGBugsnagIntegration.{h,m}"
110       },
111       "platforms": {
112         "ios": "6.0"
113       },
114       "dependencies": {
115         "Analytics/Core-iOS": [
117         ],
118         "Analytics/Segmentio": [
120         ],
121         "Bugsnag": [
122           "4.0.3"
123         ]
124       }
125     },
126     {
127       "name": "Countly",
128       "prefix_header_contents": "#define USE_ANALYTICS_COUNTLY 1",
129       "public_header_files": [
130         "Analytics/Integrations/*.h",
131         "Analytics/Integrations/Countly/SEGCountlyIntegration.h"
132       ],
133       "ios": {
134         "source_files": "Analytics/Integrations/Countly/SEGCountlyIntegration.{h,m}"
135       },
136       "platforms": {
137         "ios": "6.0"
138       },
139       "dependencies": {
140         "Analytics/Core-iOS": [
142         ],
143         "Analytics/Segmentio": [
145         ],
146         "Countly": [
147           "1.0.0"
148         ]
149       }
150     },
151     {
152       "name": "Crittercism",
153       "prefix_header_contents": "#define USE_ANALYTICS_CRITTERCISM 1",
154       "public_header_files": [
155         "Analytics/Integrations/*.h",
156         "Analytics/Integrations/Crittercism/SEGCrittercismIntegration.h"
157       ],
158       "ios": {
159         "source_files": "Analytics/Integrations/Crittercism/SEGCrittercismIntegration.{h,m}"
160       },
161       "platforms": {
162         "ios": "6.0"
163       },
164       "dependencies": {
165         "Analytics/Core-iOS": [
167         ],
168         "Analytics/Segmentio": [
170         ],
171         "CrittercismSDK": [
172           "5.2.0"
173         ]
174       }
175     },
176     {
177       "name": "Flurry",
178       "prefix_header_contents": "#define USE_ANALYTICS_FLURRY 1",
179       "public_header_files": [
180         "Analytics/Integrations/*.h",
181         "Analytics/Integrations/Flurry/SEGFlurryIntegration.h"
182       ],
183       "ios": {
184         "source_files": "Analytics/Integrations/Flurry/SEGFlurryIntegration.{h,m}"
185       },
186       "platforms": {
187         "ios": "6.0"
188       },
189       "dependencies": {
190         "Analytics/Core-iOS": [
192         ],
193         "Analytics/Segmentio": [
195         ],
196         "FlurrySDK": [
197           "4.4.0"
198         ]
199       }
200     },
201     {
202       "name": "GoogleAnalytics",
203       "prefix_header_contents": "#define USE_ANALYTICS_GOOGLEANALYTICS 1",
204       "public_header_files": [
205         "Analytics/Integrations/*.h",
206         "Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.h"
207       ],
208       "ios": {
209         "source_files": "Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.{h,m}"
210       },
211       "platforms": {
212         "ios": "6.0"
213       },
214       "dependencies": {
215         "Analytics/Core-iOS": [
217         ],
218         "Analytics/Segmentio": [
220         ],
221         "GoogleAnalytics-iOS-SDK": [
222           "3.10"
223         ],
224         "GoogleAnalytics-iOS-SDK/IDFA": [
225           "3.10"
226         ]
227       }
228     },
229     {
230       "name": "Kahuna",
231       "prefix_header_contents": "#define USE_ANALYTICS_KAHUNA 1",
232       "public_header_files": [
233         "Analytics/Integrations/*.h",
234         "Analytics/Integrations/Kahuna/SEGKahunaIntegration.h"
235       ],
236       "ios": {
237         "source_files": "Analytics/Integrations/Kahuna/SEGKahunaIntegration.{h,m}"
238       },
239       "platforms": {
240         "ios": "6.0"
241       },
242       "dependencies": {
243         "Analytics/Core-iOS": [
245         ],
246         "Analytics/Segmentio": [
248         ],
249         "KahunaSDK": [
250           "1.0.570"
251         ]
252       }
253     },
254     {
255       "name": "Localytics",
256       "prefix_header_contents": "#define USE_ANALYTICS_LOCALYTICS 1",
257       "public_header_files": [
258         "Analytics/Integrations/*.h",
259         "Analytics/Integrations/Localytics/SEGLocalyticsIntegration.h"
260       ],
261       "ios": {
262         "source_files": "Analytics/Integrations/Localytics/SEGLocalyticsIntegration.{h,m}"
263       },
264       "platforms": {
265         "ios": "6.0"
266       },
267       "dependencies": {
268         "Analytics/Core-iOS": [
270         ],
271         "Analytics/Segmentio": [
273         ],
274         "Localytics": [
275           "3.1.0"
276         ]
277       }
278     },
279     {
280       "name": "Mixpanel",
281       "prefix_header_contents": "#define USE_ANALYTICS_MIXPANEL 1",
282       "public_header_files": [
283         "Analytics/Integrations/*.h",
284         "Analytics/Integrations/Mixpanel/SEGMixpanelIntegration.h"
285       ],
286       "ios": {
287         "source_files": "Analytics/Integrations/Mixpanel/SEGMixpanelIntegration.{h,m}"
288       },
289       "platforms": {
290         "ios": "6.0"
291       },
292       "dependencies": {
293         "Analytics/Core-iOS": [
295         ],
296         "Analytics/Segmentio": [
298         ],
299         "Mixpanel": [
300           "2.6.0"
301         ]
302       }
303     },
304     {
305       "name": "Optimizely",
306       "prefix_header_contents": "#define USE_ANALYTICS_OPTIMIZELY 1",
307       "public_header_files": [
308         "Analytics/Integrations/*.h",
309         "Analytics/Integrations/Optimizely/SEGOptimizelyIntegration.h"
310       ],
311       "ios": {
312         "source_files": "Analytics/Integrations/Optimizely/SEGOptimizelyIntegration.{h,m}"
313       },
314       "platforms": {
315         "ios": "6.0"
316       },
317       "dependencies": {
318         "Analytics/Core-iOS": [
320         ],
321         "Analytics/Segmentio": [
323         ],
324         "Optimizely-iOS-SDK": [
325           "1.0.81"
326         ]
327       }
328     },
329     {
330       "name": "Quantcast",
331       "prefix_header_contents": "#define USE_ANALYTICS_QUANTCAST 1",
332       "public_header_files": [
333         "Analytics/Integrations/*.h",
334         "Analytics/Integrations/Quantcast/SEGQuantcastIntegration.h"
335       ],
336       "ios": {
337         "source_files": "Analytics/Integrations/Quantcast/SEGQuantcastIntegration.{h,m}"
338       },
339       "platforms": {
340         "ios": "6.0"
341       },
342       "dependencies": {
343         "Analytics/Core-iOS": [
345         ],
346         "Analytics/Segmentio": [
348         ],
349         "Quantcast-Measure": [
350           "1.4.6"
351         ]
352       }
353     },
354     {
355       "name": "Segmentio",
356       "prefix_header_contents": "#define USE_ANALYTICS_SEGMENTIO 1",
357       "public_header_files": [
358         "Analytics/Integrations/*.h",
359         "Analytics/Integrations/Segmentio/SEGSegmentioIntegration.h"
360       ],
361       "ios": {
362         "source_files": "Analytics/Integrations/Segmentio/SEGSegmentioIntegration.{h,m}"
363       },
364       "platforms": {
365         "ios": "6.0"
366       },
367       "dependencies": {
368         "Analytics/Core-iOS": [
370         ]
371       }
372     },
373     {
374       "name": "Taplytics",
375       "prefix_header_contents": "#define USE_ANALYTICS_TAPLYTICS 1",
376       "public_header_files": [
377         "Analytics/Integrations/*.h",
378         "Analytics/Integrations/Taplytics/SEGTaplyticsIntegration.h"
379       ],
380       "ios": {
381         "source_files": "Analytics/Integrations/Taplytics/SEGTaplyticsIntegration.{h,m}"
382       },
383       "platforms": {
384         "ios": "6.0"
385       },
386       "dependencies": {
387         "Analytics/Core-iOS": [
389         ],
390         "Analytics/Segmentio": [
392         ],
393         "Taplytics": [
394           "2.1.96"
395         ]
396       }
397     },
398     {
399       "name": "Tapstream",
400       "prefix_header_contents": "#define USE_ANALYTICS_TAPSTREAM 1",
401       "public_header_files": [
402         "Analytics/Integrations/*.h",
403         "Analytics/Integrations/Tapstream/SEGTapstreamIntegration.h"
404       ],
405       "ios": {
406         "source_files": "Analytics/Integrations/Tapstream/SEGTapstreamIntegration.{h,m}"
407       },
408       "platforms": {
409         "ios": "6.0"
410       },
411       "dependencies": {
412         "Analytics/Core-iOS": [
414         ],
415         "Analytics/Segmentio": [
417         ],
418         "Tapstream": [
419           "2.8.3"
420         ]
421       }
422     },
423     {
424       "name": "Apptimize",
425       "prefix_header_contents": "#define USE_ANALYTICS_APPTIMIZE 1",
426       "public_header_files": [
427         "Analytics/Integrations/*.h",
428         "Analytics/Integrations/Apptimize/SEGApptimizeIntegration.h"
429       ],
430       "ios": {
431         "source_files": "Analytics/Integrations/Apptimize/SEGApptimizeIntegration.{h,m}"
432       },
433       "platforms": {
434         "ios": "6.0"
435       },
436       "dependencies": {
437         "Analytics/Core-iOS": [
439         ],
440         "Analytics/Segmentio": [
442         ],
443         "Apptimize": [
444           "2.10.0.1"
445         ]
446       }
447     }
448   ]