[Add] EmbraceIO 6.8.1-rc1
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.6.10 / Mixpanel-swift.podspec.json
blob0b29c76e6ac77b20276d4297fc24b6377aac0466
2   "name": "Mixpanel-swift",
3   "version": "2.6.10",
4   "module_name": "Mixpanel",
5   "license": "Apache License, Version 2.0",
6   "summary": "Mixpanel tracking library for iOS (Swift)",
7   "swift_versions": "5.0",
8   "homepage": "https://mixpanel.com",
9   "authors": {
10     "Mixpanel, Inc": "support@mixpanel.com"
11   },
12   "source": {
13     "git": "https://github.com/mixpanel/mixpanel-swift.git",
14     "tag": "v2.6.10"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0",
19     "osx": "10.10",
20     "watchos": "3.0"
21   },
22   "ios": {
23     "resources": [
24       "Mixpanel/**/*.{png,xib,storyboard}"
25     ],
26     "frameworks": [
27       "UIKit",
28       "Foundation",
29       "CoreTelephony"
30     ],
31     "pod_target_xcconfig": {
32       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) IOS"
33     }
34   },
35   "default_subspecs": "Complete",
36   "tvos": {
37     "frameworks": [
38       "UIKit",
39       "Foundation"
40     ],
41     "pod_target_xcconfig": {
42       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) TV_OS TV_AUTO_EVENTS"
43     }
44   },
45   "osx": {
46     "frameworks": [
47       "Cocoa",
48       "Foundation"
49     ],
50     "pod_target_xcconfig": {
51       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) MAC_OS"
52     }
53   },
54   "watchos": {
55     "pod_target_xcconfig": {
56       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) WATCH_OS"
57     }
58   },
59   "subspecs": [
60     {
61       "name": "Complete",
62       "ios": {
63         "pod_target_xcconfig": {
64           "OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
65         },
66         "source_files": [
67           "Mixpanel/*.swift",
68           "Mixpanel/ExceptionWrapper.m",
69           "Mixpanel/ExceptionWrapper.h",
70           "Mixpanel/Mixpanel.h"
71         ]
72       },
73       "tvos": {
74         "source_files": [
75           "Mixpanel/Network.swift",
76           "Mixpanel/FlushRequest.swift",
77           "Mixpanel/PrintLogging.swift",
78           "Mixpanel/FileLogging.swift",
79           "Mixpanel/Logger.swift",
80           "Mixpanel/JSONHandler.swift",
81           "Mixpanel/Error.swift",
82           "Mixpanel/AutomaticProperties.swift",
83           "Mixpanel/Constants.swift",
84           "Mixpanel/MixpanelType.swift",
85           "Mixpanel/Mixpanel.swift",
86           "Mixpanel/MixpanelInstance.swift",
87           "Mixpanel/Persistence.swift",
88           "Mixpanel/Flush.swift",
89           "Mixpanel/Track.swift",
90           "Mixpanel/People.swift",
91           "Mixpanel/AutomaticEvents.swift",
92           "Mixpanel/Group.swift",
93           "Mixpanel/ReadWriteLock.swift",
94           "Mixpanel/SessionMetadata.swift",
95           "Mixpanel/ExceptionWrapper.m",
96           "Mixpanel/ExceptionWrapper.h",
97           "Mixpanel/Mixpanel.h"
98         ]
99       },
100       "osx": {
101         "source_files": [
102           "Mixpanel/Network.swift",
103           "Mixpanel/FlushRequest.swift",
104           "Mixpanel/PrintLogging.swift",
105           "Mixpanel/FileLogging.swift",
106           "Mixpanel/Logger.swift",
107           "Mixpanel/JSONHandler.swift",
108           "Mixpanel/Error.swift",
109           "Mixpanel/AutomaticProperties.swift",
110           "Mixpanel/Constants.swift",
111           "Mixpanel/MixpanelType.swift",
112           "Mixpanel/Mixpanel.swift",
113           "Mixpanel/MixpanelInstance.swift",
114           "Mixpanel/Persistence.swift",
115           "Mixpanel/Flush.swift",
116           "Mixpanel/Track.swift",
117           "Mixpanel/People.swift",
118           "Mixpanel/AutomaticEvents.swift",
119           "Mixpanel/Group.swift",
120           "Mixpanel/ReadWriteLock.swift",
121           "Mixpanel/SessionMetadata.swift",
122           "Mixpanel/ExceptionWrapper.m",
123           "Mixpanel/ExceptionWrapper.h",
124           "Mixpanel/Mixpanel.h"
125         ]
126       },
127       "watchos": {
128         "source_files": [
129           "Mixpanel/Network.swift",
130           "Mixpanel/FlushRequest.swift",
131           "Mixpanel/PrintLogging.swift",
132           "Mixpanel/FileLogging.swift",
133           "Mixpanel/Logger.swift",
134           "Mixpanel/JSONHandler.swift",
135           "Mixpanel/Error.swift",
136           "Mixpanel/AutomaticProperties.swift",
137           "Mixpanel/Constants.swift",
138           "Mixpanel/MixpanelType.swift",
139           "Mixpanel/Mixpanel.swift",
140           "Mixpanel/MixpanelInstance.swift",
141           "Mixpanel/Persistence.swift",
142           "Mixpanel/Flush.swift",
143           "Mixpanel/Track.swift",
144           "Mixpanel/People.swift",
145           "Mixpanel/AutomaticEvents.swift",
146           "Mixpanel/Group.swift",
147           "Mixpanel/ReadWriteLock.swift",
148           "Mixpanel/SessionMetadata.swift",
149           "Mixpanel/ExceptionWrapper.m",
150           "Mixpanel/ExceptionWrapper.h",
151           "Mixpanel/Mixpanel.h"
152         ]
153       }
154     },
155     {
156       "name": "Core",
157       "ios": {
158         "source_files": [
159           "Mixpanel/Network.swift",
160           "Mixpanel/FlushRequest.swift",
161           "Mixpanel/PrintLogging.swift",
162           "Mixpanel/FileLogging.swift",
163           "Mixpanel/Logger.swift",
164           "Mixpanel/JSONHandler.swift",
165           "Mixpanel/Error.swift",
166           "Mixpanel/AutomaticProperties.swift",
167           "Mixpanel/Constants.swift",
168           "Mixpanel/MixpanelType.swift",
169           "Mixpanel/Mixpanel.swift",
170           "Mixpanel/MixpanelInstance.swift",
171           "Mixpanel/Persistence.swift",
172           "Mixpanel/Flush.swift",
173           "Mixpanel/Track.swift",
174           "Mixpanel/People.swift",
175           "Mixpanel/AutomaticEvents.swift",
176           "Mixpanel/Group.swift",
177           "Mixpanel/ReadWriteLock.swift",
178           "Mixpanel/SessionMetadata.swift",
179           "Mixpanel/ExceptionWrapper.m",
180           "Mixpanel/ExceptionWrapper.h",
181           "Mixpanel/Mixpanel.h"
182         ]
183       },
184       "tvos": {
185         "source_files": [
186           "Mixpanel/Network.swift",
187           "Mixpanel/FlushRequest.swift",
188           "Mixpanel/PrintLogging.swift",
189           "Mixpanel/FileLogging.swift",
190           "Mixpanel/Logger.swift",
191           "Mixpanel/JSONHandler.swift",
192           "Mixpanel/Error.swift",
193           "Mixpanel/AutomaticProperties.swift",
194           "Mixpanel/Constants.swift",
195           "Mixpanel/MixpanelType.swift",
196           "Mixpanel/Mixpanel.swift",
197           "Mixpanel/MixpanelInstance.swift",
198           "Mixpanel/Persistence.swift",
199           "Mixpanel/Flush.swift",
200           "Mixpanel/Track.swift",
201           "Mixpanel/People.swift",
202           "Mixpanel/AutomaticEvents.swift",
203           "Mixpanel/Group.swift",
204           "Mixpanel/ReadWriteLock.swift",
205           "Mixpanel/SessionMetadata.swift",
206           "Mixpanel/ExceptionWrapper.m",
207           "Mixpanel/ExceptionWrapper.h",
208           "Mixpanel/Mixpanel.h"
209         ]
210       },
211       "osx": {
212         "source_files": [
213           "Mixpanel/Network.swift",
214           "Mixpanel/FlushRequest.swift",
215           "Mixpanel/PrintLogging.swift",
216           "Mixpanel/FileLogging.swift",
217           "Mixpanel/Logger.swift",
218           "Mixpanel/JSONHandler.swift",
219           "Mixpanel/Error.swift",
220           "Mixpanel/AutomaticProperties.swift",
221           "Mixpanel/Constants.swift",
222           "Mixpanel/MixpanelType.swift",
223           "Mixpanel/Mixpanel.swift",
224           "Mixpanel/MixpanelInstance.swift",
225           "Mixpanel/Persistence.swift",
226           "Mixpanel/Flush.swift",
227           "Mixpanel/Track.swift",
228           "Mixpanel/People.swift",
229           "Mixpanel/AutomaticEvents.swift",
230           "Mixpanel/Group.swift",
231           "Mixpanel/ReadWriteLock.swift",
232           "Mixpanel/SessionMetadata.swift",
233           "Mixpanel/ExceptionWrapper.m",
234           "Mixpanel/ExceptionWrapper.h",
235           "Mixpanel/Mixpanel.h"
236         ]
237       },
238       "watchos": {
239         "source_files": [
240           "Mixpanel/Network.swift",
241           "Mixpanel/FlushRequest.swift",
242           "Mixpanel/PrintLogging.swift",
243           "Mixpanel/FileLogging.swift",
244           "Mixpanel/Logger.swift",
245           "Mixpanel/JSONHandler.swift",
246           "Mixpanel/Error.swift",
247           "Mixpanel/AutomaticProperties.swift",
248           "Mixpanel/Constants.swift",
249           "Mixpanel/MixpanelType.swift",
250           "Mixpanel/Mixpanel.swift",
251           "Mixpanel/MixpanelInstance.swift",
252           "Mixpanel/Persistence.swift",
253           "Mixpanel/Flush.swift",
254           "Mixpanel/Track.swift",
255           "Mixpanel/People.swift",
256           "Mixpanel/AutomaticEvents.swift",
257           "Mixpanel/Group.swift",
258           "Mixpanel/ReadWriteLock.swift",
259           "Mixpanel/SessionMetadata.swift",
260           "Mixpanel/ExceptionWrapper.m",
261           "Mixpanel/ExceptionWrapper.h",
262           "Mixpanel/Mixpanel.h"
263         ]
264       }
265     }
266   ],
267   "swift_version": "5.0"