[Add] FastRoute 0.1.0
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 1.5.2 / Analytics.podspec.json
blob457508a9edaffb402cb7dbca324515aecf0d584c
2   "name": "Analytics",
3   "version": "1.5.2",
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.2"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core-iOS",
24       "public_header_files": "Analytics/*",
25       "source_files": [
26         "Analytics/*.{h,m}",
27         "Analytics/Helpers/*.{h,m}",
28         "Analytics/Integrations/SEGAnalyticsIntegrations.h"
29       ],
30       "platforms": [
31         "ios"
32       ],
33       "dependencies": {
34         "TRVSDictionaryWithCaseInsensitivity": [
35           "0.0.2"
36         ]
37       }
38     },
39     {
40       "name": "Segmentio",
41       "prefix_header_contents": "#define USE_ANALYTICS_SEGMENTIO 1",
42       "public_header_files": "Analytics/Integrations/*",
43       "ios": {
44         "source_files": "Analytics/Integrations/Segmentio/SEGSegmentioIntegration.{h,m}"
45       },
46       "platforms": [
47         "ios"
48       ],
49       "dependencies": {
50         "Analytics/Core-iOS": [
52         ],
53         "Reachability": [
54           "3.1.1"
55         ]
56       }
57     },
58     {
59       "name": "Amplitude",
60       "prefix_header_contents": "#define USE_ANALYTICS_AMPLITUDE 1",
61       "public_header_files": "Analytics/Integrations/*",
62       "ios": {
63         "source_files": "Analytics/Integrations/Amplitude/SEGAmplitudeIntegration.{h,m}"
64       },
65       "platforms": [
66         "ios"
67       ],
68       "dependencies": {
69         "Amplitude-iOS": [
70           "~> 2.1.0"
71         ],
72         "Analytics/Core-iOS": [
74         ],
75         "Analytics/Segmentio": [
77         ]
78       }
79     },
80     {
81       "name": "Bugsnag",
82       "prefix_header_contents": "#define USE_ANALYTICS_BUGSNAG 1",
83       "public_header_files": "Analytics/Integrations/*",
84       "ios": {
85         "source_files": "Analytics/Integrations/Bugsnag/SEGBugsnagIntegration.{h,m}"
86       },
87       "platforms": [
88         "ios"
89       ],
90       "dependencies": {
91         "Analytics/Core-iOS": [
93         ],
94         "Analytics/Segmentio": [
96         ],
97         "Bugsnag": [
98           "~> 3.1.2"
99         ]
100       }
101     },
102     {
103       "name": "Countly",
104       "prefix_header_contents": "#define USE_ANALYTICS_COUNTLY 1",
105       "public_header_files": "Analytics/Integrations/*",
106       "ios": {
107         "source_files": "Analytics/Integrations/Countly/SEGCountlyIntegration.{h,m}"
108       },
109       "platforms": [
110         "ios"
111       ],
112       "dependencies": {
113         "Analytics/Core-iOS": [
115         ],
116         "Analytics/Segmentio": [
118         ],
119         "Countly": [
120           "~> 2.0.0"
121         ]
122       }
123     },
124     {
125       "name": "Crittercism",
126       "prefix_header_contents": "#define USE_ANALYTICS_CRITTERCISM 1",
127       "public_header_files": "Analytics/Integrations/*",
128       "ios": {
129         "source_files": "Analytics/Integrations/Crittercism/SEGCrittercismIntegration.{h,m}"
130       },
131       "platforms": [
132         "ios"
133       ],
134       "dependencies": {
135         "Analytics/Core-iOS": [
137         ],
138         "Analytics/Segmentio": [
140         ],
141         "CrittercismSDK": [
142           "~> 4.3.3"
143         ]
144       }
145     },
146     {
147       "name": "Flurry",
148       "prefix_header_contents": "#define USE_ANALYTICS_FLURRY 1",
149       "public_header_files": "Analytics/Integrations/*",
150       "ios": {
151         "source_files": "Analytics/Integrations/Flurry/SEGFlurryIntegration.{h,m}"
152       },
153       "platforms": [
154         "ios"
155       ],
156       "dependencies": {
157         "Analytics/Core-iOS": [
159         ],
160         "Analytics/Segmentio": [
162         ],
163         "FlurrySDK": [
164           "~> 4.4.0"
165         ]
166       }
167     },
168     {
169       "name": "GoogleAnalytics",
170       "prefix_header_contents": "#define USE_ANALYTICS_GOOGLEANALYTICS 1",
171       "public_header_files": "Analytics/Integrations/*",
172       "ios": {
173         "source_files": "Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.{h,m}"
174       },
175       "platforms": [
176         "ios"
177       ],
178       "dependencies": {
179         "Analytics/Core-iOS": [
181         ],
182         "Analytics/Segmentio": [
184         ],
185         "GoogleAnalytics-iOS-SDK": [
186           "3.0.7"
187         ]
188       }
189     },
190     {
191       "name": "Localytics",
192       "prefix_header_contents": "#define USE_ANALYTICS_LOCALYTICS 1",
193       "public_header_files": "Analytics/Integrations/*",
194       "ios": {
195         "source_files": "Analytics/Integrations/Localytics/SEGLocalyticsIntegration.{h,m}"
196       },
197       "platforms": [
198         "ios"
199       ],
200       "dependencies": {
201         "Analytics/Core-iOS": [
203         ],
204         "Analytics/Segmentio": [
206         ],
207         "Localytics-iOS-Client": [
208           "~> 2.23.0"
209         ]
210       }
211     },
212     {
213       "name": "Mixpanel",
214       "prefix_header_contents": "#define USE_ANALYTICS_MIXPANEL 1",
215       "public_header_files": "Analytics/Integrations/*",
216       "ios": {
217         "source_files": "Analytics/Integrations/Mixpanel/SEGMixpanelIntegration.{h,m}"
218       },
219       "platforms": [
220         "ios"
221       ],
222       "dependencies": {
223         "Analytics/Core-iOS": [
225         ],
226         "Analytics/Segmentio": [
228         ],
229         "Mixpanel": [
230           "~> 2.3.6"
231         ]
232       }
233     },
234     {
235       "name": "Optimizely",
236       "prefix_header_contents": "#define USE_ANALYTICS_OPTIMIZELY 1",
237       "public_header_files": "Analytics/Integrations/*",
238       "ios": {
239         "source_files": "Analytics/Integrations/Optimizely/SEGOptimizelyIntegration.{h,m}"
240       },
241       "platforms": [
242         "ios"
243       ],
244       "dependencies": {
245         "Analytics/Core-iOS": [
247         ],
248         "Analytics/Segmentio": [
250         ],
251         "Optimizely-iOS-SDK": [
252           "~> 0.5.51"
253         ]
254       }
255     },
256     {
257       "name": "Taplytics",
258       "prefix_header_contents": "#define USE_ANALYTICS_TAPLYTICS 1",
259       "public_header_files": "Analytics/Integrations/*",
260       "ios": {
261         "source_files": "Analytics/Integrations/Taplytics/SEGTaplyticsIntegration.{h,m}"
262       },
263       "platforms": [
264         "ios"
265       ],
266       "dependencies": {
267         "Analytics/Core-iOS": [
269         ],
270         "Analytics/Segmentio": [
272         ],
273         "Taplytics": [
274           "~> 1.3.0"
275         ]
276       }
277     },
278     {
279       "name": "Tapstream",
280       "prefix_header_contents": "#define USE_ANALYTICS_TAPSTREAM 1",
281       "public_header_files": "Analytics/Integrations/*",
282       "ios": {
283         "source_files": "Analytics/Integrations/Tapstream/SEGTapstreamIntegration.{h,m}"
284       },
285       "platforms": [
286         "ios"
287       ],
288       "dependencies": {
289         "Analytics/Core-iOS": [
291         ],
292         "Analytics/Segmentio": [
294         ],
295         "Tapstream": [
296           "~> 2.7"
297         ]
298       }
299     },
300     {
301       "name": "Quantcast",
302       "prefix_header_contents": "#define USE_ANALYTICS_QUANTCAST 1",
303       "public_header_files": "Analytics/Integrations/*",
304       "ios": {
305         "source_files": "Analytics/Integrations/Quantcast/SEGQuantcastIntegration.{h,m}"
306       },
307       "platforms": [
308         "ios"
309       ],
310       "dependencies": {
311         "Analytics/Core-iOS": [
313         ],
314         "Analytics/Segmentio": [
316         ],
317         "Quantcast-Measure": [
318           "~> 1.4.4"
319         ]
320       }
321     }
322   ]