[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 2 / d / e / Mixpanel-swift / 2.6.3 / Mixpanel-swift.podspec.json
blobe0ae9958612fe4d12faf06504153c26f8d26c933
2   "name": "Mixpanel-swift",
3   "version": "2.6.3",
4   "module_name": "Mixpanel",
5   "license": "Apache License, Version 2.0",
6   "summary": "Mixpanel tracking library for iOS (Swift)",
7   "swift_version": "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.3"
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     "frameworks": [
56       "WatchKit",
57       "Foundation"
58     ],
59     "pod_target_xcconfig": {
60       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) WATCH_OS"
61     }
62   },
63   "subspecs": [
64     {
65       "name": "Complete",
66       "ios": {
67         "pod_target_xcconfig": {
68           "OTHER_SWIFT_FLAGS": "$(inherited) -D DECIDE"
69         },
70         "source_files": [
71           "Mixpanel/*.swift",
72           "Mixpanel/ExceptionWrapper.m",
73           "Mixpanel/ExceptionWrapper.h",
74           "Mixpanel/Mixpanel.h"
75         ]
76       },
77       "tvos": {
78         "source_files": [
79           "Mixpanel/Network.swift",
80           "Mixpanel/FlushRequest.swift",
81           "Mixpanel/PrintLogging.swift",
82           "Mixpanel/FileLogging.swift",
83           "Mixpanel/Logger.swift",
84           "Mixpanel/JSONHandler.swift",
85           "Mixpanel/Error.swift",
86           "Mixpanel/AutomaticProperties.swift",
87           "Mixpanel/Constants.swift",
88           "Mixpanel/MixpanelType.swift",
89           "Mixpanel/Mixpanel.swift",
90           "Mixpanel/MixpanelInstance.swift",
91           "Mixpanel/Persistence.swift",
92           "Mixpanel/Flush.swift",
93           "Mixpanel/Track.swift",
94           "Mixpanel/People.swift",
95           "Mixpanel/AutomaticEvents.swift",
96           "Mixpanel/Group.swift",
97           "Mixpanel/ReadWriteLock.swift",
98           "Mixpanel/SessionMetadata.swift",
99           "Mixpanel/ExceptionWrapper.m",
100           "Mixpanel/ExceptionWrapper.h",
101           "Mixpanel/Mixpanel.h"
102         ]
103       },
104       "osx": {
105         "source_files": [
106           "Mixpanel/Network.swift",
107           "Mixpanel/FlushRequest.swift",
108           "Mixpanel/PrintLogging.swift",
109           "Mixpanel/FileLogging.swift",
110           "Mixpanel/Logger.swift",
111           "Mixpanel/JSONHandler.swift",
112           "Mixpanel/Error.swift",
113           "Mixpanel/AutomaticProperties.swift",
114           "Mixpanel/Constants.swift",
115           "Mixpanel/MixpanelType.swift",
116           "Mixpanel/Mixpanel.swift",
117           "Mixpanel/MixpanelInstance.swift",
118           "Mixpanel/Persistence.swift",
119           "Mixpanel/Flush.swift",
120           "Mixpanel/Track.swift",
121           "Mixpanel/People.swift",
122           "Mixpanel/AutomaticEvents.swift",
123           "Mixpanel/Group.swift",
124           "Mixpanel/ReadWriteLock.swift",
125           "Mixpanel/SessionMetadata.swift",
126           "Mixpanel/ExceptionWrapper.m",
127           "Mixpanel/ExceptionWrapper.h",
128           "Mixpanel/Mixpanel.h"
129         ]
130       },
131       "watchos": {
132         "source_files": [
133           "Mixpanel/Network.swift",
134           "Mixpanel/FlushRequest.swift",
135           "Mixpanel/PrintLogging.swift",
136           "Mixpanel/FileLogging.swift",
137           "Mixpanel/Logger.swift",
138           "Mixpanel/JSONHandler.swift",
139           "Mixpanel/Error.swift",
140           "Mixpanel/AutomaticProperties.swift",
141           "Mixpanel/Constants.swift",
142           "Mixpanel/MixpanelType.swift",
143           "Mixpanel/Mixpanel.swift",
144           "Mixpanel/MixpanelInstance.swift",
145           "Mixpanel/Persistence.swift",
146           "Mixpanel/Flush.swift",
147           "Mixpanel/Track.swift",
148           "Mixpanel/People.swift",
149           "Mixpanel/AutomaticEvents.swift",
150           "Mixpanel/Group.swift",
151           "Mixpanel/ReadWriteLock.swift",
152           "Mixpanel/SessionMetadata.swift",
153           "Mixpanel/ExceptionWrapper.m",
154           "Mixpanel/ExceptionWrapper.h",
155           "Mixpanel/Mixpanel.h"
156         ]
157       }
158     },
159     {
160       "name": "Core",
161       "ios": {
162         "source_files": [
163           "Mixpanel/Network.swift",
164           "Mixpanel/FlushRequest.swift",
165           "Mixpanel/PrintLogging.swift",
166           "Mixpanel/FileLogging.swift",
167           "Mixpanel/Logger.swift",
168           "Mixpanel/JSONHandler.swift",
169           "Mixpanel/Error.swift",
170           "Mixpanel/AutomaticProperties.swift",
171           "Mixpanel/Constants.swift",
172           "Mixpanel/MixpanelType.swift",
173           "Mixpanel/Mixpanel.swift",
174           "Mixpanel/MixpanelInstance.swift",
175           "Mixpanel/Persistence.swift",
176           "Mixpanel/Flush.swift",
177           "Mixpanel/Track.swift",
178           "Mixpanel/People.swift",
179           "Mixpanel/AutomaticEvents.swift",
180           "Mixpanel/Group.swift",
181           "Mixpanel/ReadWriteLock.swift",
182           "Mixpanel/SessionMetadata.swift",
183           "Mixpanel/ExceptionWrapper.m",
184           "Mixpanel/ExceptionWrapper.h",
185           "Mixpanel/Mixpanel.h"
186         ]
187       },
188       "tvos": {
189         "source_files": [
190           "Mixpanel/Network.swift",
191           "Mixpanel/FlushRequest.swift",
192           "Mixpanel/PrintLogging.swift",
193           "Mixpanel/FileLogging.swift",
194           "Mixpanel/Logger.swift",
195           "Mixpanel/JSONHandler.swift",
196           "Mixpanel/Error.swift",
197           "Mixpanel/AutomaticProperties.swift",
198           "Mixpanel/Constants.swift",
199           "Mixpanel/MixpanelType.swift",
200           "Mixpanel/Mixpanel.swift",
201           "Mixpanel/MixpanelInstance.swift",
202           "Mixpanel/Persistence.swift",
203           "Mixpanel/Flush.swift",
204           "Mixpanel/Track.swift",
205           "Mixpanel/People.swift",
206           "Mixpanel/AutomaticEvents.swift",
207           "Mixpanel/Group.swift",
208           "Mixpanel/ReadWriteLock.swift",
209           "Mixpanel/SessionMetadata.swift",
210           "Mixpanel/ExceptionWrapper.m",
211           "Mixpanel/ExceptionWrapper.h",
212           "Mixpanel/Mixpanel.h"
213         ]
214       },
215       "osx": {
216         "source_files": [
217           "Mixpanel/Network.swift",
218           "Mixpanel/FlushRequest.swift",
219           "Mixpanel/PrintLogging.swift",
220           "Mixpanel/FileLogging.swift",
221           "Mixpanel/Logger.swift",
222           "Mixpanel/JSONHandler.swift",
223           "Mixpanel/Error.swift",
224           "Mixpanel/AutomaticProperties.swift",
225           "Mixpanel/Constants.swift",
226           "Mixpanel/MixpanelType.swift",
227           "Mixpanel/Mixpanel.swift",
228           "Mixpanel/MixpanelInstance.swift",
229           "Mixpanel/Persistence.swift",
230           "Mixpanel/Flush.swift",
231           "Mixpanel/Track.swift",
232           "Mixpanel/People.swift",
233           "Mixpanel/AutomaticEvents.swift",
234           "Mixpanel/Group.swift",
235           "Mixpanel/ReadWriteLock.swift",
236           "Mixpanel/SessionMetadata.swift",
237           "Mixpanel/ExceptionWrapper.m",
238           "Mixpanel/ExceptionWrapper.h",
239           "Mixpanel/Mixpanel.h"
240         ]
241       },
242       "watchos": {
243         "source_files": [
244           "Mixpanel/Network.swift",
245           "Mixpanel/FlushRequest.swift",
246           "Mixpanel/PrintLogging.swift",
247           "Mixpanel/FileLogging.swift",
248           "Mixpanel/Logger.swift",
249           "Mixpanel/JSONHandler.swift",
250           "Mixpanel/Error.swift",
251           "Mixpanel/AutomaticProperties.swift",
252           "Mixpanel/Constants.swift",
253           "Mixpanel/MixpanelType.swift",
254           "Mixpanel/Mixpanel.swift",
255           "Mixpanel/MixpanelInstance.swift",
256           "Mixpanel/Persistence.swift",
257           "Mixpanel/Flush.swift",
258           "Mixpanel/Track.swift",
259           "Mixpanel/People.swift",
260           "Mixpanel/AutomaticEvents.swift",
261           "Mixpanel/Group.swift",
262           "Mixpanel/ReadWriteLock.swift",
263           "Mixpanel/SessionMetadata.swift",
264           "Mixpanel/ExceptionWrapper.m",
265           "Mixpanel/ExceptionWrapper.h",
266           "Mixpanel/Mixpanel.h"
267         ]
268       }
269     }
270   ]