[Add] MainPush 1.0.4
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 1.0.2 / Analytics.podspec.json
blob074a7a6e708ca8061027415e49c7a41c15cda21a
2   "name": "Analytics",
3   "version": "1.0.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.0.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       }
35     },
36     {
37       "name": "Segmentio",
38       "prefix_header_contents": "#define USE_ANALYTICS_SEGMENTIO 1",
39       "public_header_files": "Analytics/Integrations/*",
40       "ios": {
41         "source_files": "Analytics/Integrations/Segmentio/SEGSegmentioIntegration.{h,m}"
42       },
43       "platforms": [
44         "ios"
45       ],
46       "dependencies": {
47         "Analytics/Core-iOS": [
49         ],
50         "Reachability": [
51           "3.1.1"
52         ]
53       }
54     },
55     {
56       "name": "Amplitude",
57       "prefix_header_contents": "#define USE_ANALYTICS_AMPLITUDE 1",
58       "public_header_files": "Analytics/Integrations/*",
59       "ios": {
60         "source_files": "Analytics/Integrations/Amplitude/SEGAmplitudeIntegration.{h,m}"
61       },
62       "platforms": [
63         "ios"
64       ],
65       "dependencies": {
66         "Amplitude-iOS": [
67           "~> 2.0.0"
68         ],
69         "Analytics/Core-iOS": [
71         ],
72         "Analytics/Segmentio": [
74         ]
75       }
76     },
77     {
78       "name": "Bugsnag",
79       "prefix_header_contents": "#define USE_ANALYTICS_BUGSNAG 1",
80       "public_header_files": "Analytics/Integrations/*",
81       "ios": {
82         "source_files": "Analytics/Integrations/Bugsnag/SEGBugsnagIntegration.{h,m}"
83       },
84       "platforms": [
85         "ios"
86       ],
87       "dependencies": {
88         "Analytics/Core-iOS": [
90         ],
91         "Analytics/Segmentio": [
93         ],
94         "Bugsnag": [
95           "~> 3.1.2"
96         ]
97       }
98     },
99     {
100       "name": "Countly",
101       "prefix_header_contents": "#define USE_ANALYTICS_COUNTLY 1",
102       "public_header_files": "Analytics/Integrations/*",
103       "ios": {
104         "source_files": "Analytics/Integrations/Countly/SEGCountlyIntegration.{h,m}"
105       },
106       "platforms": [
107         "ios"
108       ],
109       "dependencies": {
110         "Analytics/Core-iOS": [
112         ],
113         "Analytics/Segmentio": [
115         ],
116         "Countly": [
117           "~> 2.0.0"
118         ]
119       }
120     },
121     {
122       "name": "Crittercism",
123       "prefix_header_contents": "#define USE_ANALYTICS_CRITTERCISM 1",
124       "public_header_files": "Analytics/Integrations/*",
125       "ios": {
126         "source_files": "Analytics/Integrations/Crittercism/SEGCrittercismIntegration.{h,m}"
127       },
128       "platforms": [
129         "ios"
130       ],
131       "dependencies": {
132         "Analytics/Core-iOS": [
134         ],
135         "Analytics/Segmentio": [
137         ],
138         "CrittercismSDK": [
139           "~> 4.3.3"
140         ]
141       }
142     },
143     {
144       "name": "Flurry",
145       "prefix_header_contents": "#define USE_ANALYTICS_FLURRY 1",
146       "public_header_files": "Analytics/Integrations/*",
147       "ios": {
148         "source_files": "Analytics/Integrations/Flurry/SEGFlurryIntegration.{h,m}"
149       },
150       "platforms": [
151         "ios"
152       ],
153       "dependencies": {
154         "Analytics/Core-iOS": [
156         ],
157         "Analytics/Segmentio": [
159         ],
160         "FlurrySDK": [
161           "~> 4.4.0"
162         ]
163       }
164     },
165     {
166       "name": "GoogleAnalytics",
167       "prefix_header_contents": "#define USE_ANALYTICS_GOOGLEANALYTICS 1",
168       "public_header_files": "Analytics/Integrations/*",
169       "ios": {
170         "source_files": "Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.{h,m}"
171       },
172       "platforms": [
173         "ios"
174       ],
175       "dependencies": {
176         "Analytics/Core-iOS": [
178         ],
179         "Analytics/Segmentio": [
181         ],
182         "GoogleAnalytics-iOS-SDK": [
183           "3.0.7"
184         ]
185       }
186     },
187     {
188       "name": "Localytics",
189       "prefix_header_contents": "#define USE_ANALYTICS_LOCALYTICS 1",
190       "public_header_files": "Analytics/Integrations/*",
191       "ios": {
192         "source_files": "Analytics/Integrations/Localytics/SEGLocalyticsIntegration.{h,m}"
193       },
194       "platforms": [
195         "ios"
196       ],
197       "dependencies": {
198         "Analytics/Core-iOS": [
200         ],
201         "Analytics/Segmentio": [
203         ],
204         "Localytics-iOS-Client": [
205           "~> 2.23.0"
206         ]
207       }
208     },
209     {
210       "name": "Mixpanel",
211       "prefix_header_contents": "#define USE_ANALYTICS_MIXPANEL 1",
212       "public_header_files": "Analytics/Integrations/*",
213       "ios": {
214         "source_files": "Analytics/Integrations/Mixpanel/SEGMixpanelIntegration.{h,m}"
215       },
216       "platforms": [
217         "ios"
218       ],
219       "dependencies": {
220         "Analytics/Core-iOS": [
222         ],
223         "Analytics/Segmentio": [
225         ],
226         "Mixpanel": [
227           "~> 2.3.6"
228         ]
229       }
230     },
231     {
232       "name": "Tapstream",
233       "prefix_header_contents": "#define USE_ANALYTICS_TAPSTREAM 1",
234       "public_header_files": "Analytics/Integrations/*",
235       "ios": {
236         "source_files": "Analytics/Integrations/Tapstream/SEGTapstreamIntegration.{h,m}"
237       },
238       "platforms": [
239         "ios"
240       ],
241       "dependencies": {
242         "Analytics/Core-iOS": [
244         ],
245         "Analytics/Segmentio": [
247         ],
248         "Tapstream": [
249           "~> 2.7"
250         ]
251       }
252     },
253     {
254       "name": "Quantcast",
255       "prefix_header_contents": "#define USE_ANALYTICS_QUANTCAST 1",
256       "public_header_files": "Analytics/Integrations/*",
257       "ios": {
258         "source_files": "Analytics/Integrations/Quantcast/SEGQuantcastIntegration.{h,m}"
259       },
260       "platforms": [
261         "ios"
262       ],
263       "dependencies": {
264         "Analytics/Core-iOS": [
266         ],
267         "Analytics/Segmentio": [
269         ],
270         "Quantcast-Measure": [
271           "~> 1.4.4"
272         ]
273       }
274     }
275   ]