[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 1.0.0 / Analytics.podspec.json
blob0bed9c37712f4ab25556dff4eb1e75cf749935db
2   "name": "Analytics",
3   "version": "1.0.0",
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.0"
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         "Analytics/Segmentio": [
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         "Analytics/Core-iOS": [
71         ],
72         "Amplitude-iOS": [
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         "Bugsnag": [
93         ]
94       }
95     },
96     {
97       "name": "Countly",
98       "prefix_header_contents": "#define USE_ANALYTICS_COUNTLY 1",
99       "public_header_files": "Analytics/Integrations/*",
100       "ios": {
101         "source_files": "Analytics/Integrations/Countly/SEGCountlyIntegration.{h,m}"
102       },
103       "platforms": [
104         "ios"
105       ],
106       "dependencies": {
107         "Analytics/Core-iOS": [
109         ],
110         "Countly": [
112         ]
113       }
114     },
115     {
116       "name": "Crittercism",
117       "prefix_header_contents": "#define USE_ANALYTICS_CRITTERCISM 1",
118       "public_header_files": "Analytics/Integrations/*",
119       "ios": {
120         "source_files": "Analytics/Integrations/Crittercism/SEGCrittercismIntegration.{h,m}"
121       },
122       "platforms": [
123         "ios"
124       ],
125       "dependencies": {
126         "Analytics/Core-iOS": [
128         ],
129         "CrittercismSDK": [
131         ]
132       }
133     },
134     {
135       "name": "Flurry",
136       "prefix_header_contents": "#define USE_ANALYTICS_FLURRY 1",
137       "public_header_files": "Analytics/Integrations/*",
138       "ios": {
139         "source_files": "Analytics/Integrations/Flurry/SEGFlurryIntegration.{h,m}"
140       },
141       "platforms": [
142         "ios"
143       ],
144       "dependencies": {
145         "Analytics/Core-iOS": [
147         ],
148         "FlurrySDK": [
149           "~> 5.0.0"
150         ]
151       }
152     },
153     {
154       "name": "GoogleAnalytics",
155       "prefix_header_contents": "#define USE_ANALYTICS_GOOGLEANALYTICS 1",
156       "public_header_files": "Analytics/Integrations/*",
157       "ios": {
158         "source_files": "Analytics/Integrations/GoogleAnalytics/SEGGoogleAnalyticsIntegration.{h,m}"
159       },
160       "platforms": [
161         "ios"
162       ],
163       "dependencies": {
164         "Analytics/Core-iOS": [
166         ],
167         "GoogleAnalytics-iOS-SDK": [
169         ]
170       }
171     },
172     {
173       "name": "Localytics",
174       "prefix_header_contents": "#define USE_ANALYTICS_LOCALYTICS 1",
175       "public_header_files": "Analytics/Integrations/*",
176       "ios": {
177         "source_files": "Analytics/Integrations/Localytics/SEGLocalyticsIntegration.{h,m}"
178       },
179       "platforms": [
180         "ios"
181       ],
182       "dependencies": {
183         "Analytics/Core-iOS": [
185         ],
186         "Localytics": [
187           "2.21.0.fork"
188         ]
189       }
190     },
191     {
192       "name": "Mixpanel",
193       "prefix_header_contents": "#define USE_ANALYTICS_MIXPANEL 1",
194       "public_header_files": "Analytics/Integrations/*",
195       "ios": {
196         "source_files": "Analytics/Integrations/Mixpanel/SEGMixpanelIntegration.{h,m}"
197       },
198       "platforms": [
199         "ios"
200       ],
201       "dependencies": {
202         "Analytics/Core-iOS": [
204         ],
205         "Mixpanel": [
207         ]
208       }
209     },
210     {
211       "name": "Tapstream",
212       "prefix_header_contents": "#define USE_ANALYTICS_TAPSTREAM 1",
213       "public_header_files": "Analytics/Integrations/*",
214       "ios": {
215         "source_files": "Analytics/Integrations/Tapstream/SEGTapstreamIntegration.{h,m}"
216       },
217       "platforms": [
218         "ios"
219       ],
220       "dependencies": {
221         "Analytics/Core-iOS": [
223         ],
224         "Tapstream": [
226         ]
227       }
228     },
229     {
230       "name": "Quantcast",
231       "prefix_header_contents": "#define USE_ANALYTICS_QUANTCAST 1",
232       "public_header_files": "Analytics/Integrations/*",
233       "ios": {
234         "source_files": "Analytics/Integrations/Quantcast/SEGQuantcastIntegration.{h,m}"
235       },
236       "platforms": [
237         "ios"
238       ],
239       "dependencies": {
240         "Analytics/Core-iOS": [
242         ],
243         "Quantcast-Measure": [
245         ]
246       }
247     }
248   ]