[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 9 / 1 / ATInternet-Apple-SDK / 2.6.1 / ATInternet-Apple-SDK.podspec.json
blobae600aa966f9922be8819a59d61559c1966834ea
2   "name": "ATInternet-Apple-SDK",
3   "version": "2.6.1",
4   "summary": "AT Internet mobile analytics solution for Apple devices",
5   "homepage": "https://github.com/at-internet/atinternet-apple-sdk",
6   "documentation_url": "http://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/operating-principle-apple-en/",
7   "license": "MIT",
8   "authors": "AT Internet",
9   "requires_arc": true,
10   "source": {
11     "git": "https://github.com/at-internet/atinternet-apple-sdk.git",
12     "tag": "2.6.1"
13   },
14   "module_name": "Tracker",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "pushed_with_swift_version": "3.1",
21   "subspecs": [
22     {
23       "name": "Tracker",
24       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
25       "exclude_files": [
26         "ATInternetTracker/Sources/UIApplicationContext.swift",
27         "ATInternetTracker/Sources/UIViewControllerContext.swift",
28         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
29         "ATInternetTracker/Sources/EventManager.swift",
30         "ATInternetTracker/Sources/GestureEvent.swift",
31         "ATInternetTracker/Sources/GestureOperation.swift",
32         "ATInternetTracker/Sources/PanEvent.swift",
33         "ATInternetTracker/Sources/PinchEvent.swift",
34         "ATInternetTracker/Sources/RefreshEvent.swift",
35         "ATInternetTracker/Sources/RotationEvent.swift",
36         "ATInternetTracker/Sources/ScreenEvent.swift",
37         "ATInternetTracker/Sources/ScreenOperation.swift",
38         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
39         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
40         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
41         "ATInternetTracker/Sources/ScreenshotEvent.swift",
42         "ATInternetTracker/Sources/ScrollEvent.swift",
43         "ATInternetTracker/Sources/SwipeEvent.swift",
44         "ATInternetTracker/Sources/TapEvent.swift",
45         "ATInternetTracker/Sources/ApiS3.swift",
46         "ATInternetTracker/Sources/ConnectedState.swift",
47         "ATInternetTracker/Sources/DisconnectedState.swift",
48         "ATInternetTracker/Sources/LiveManager.swift",
49         "ATInternetTracker/Sources/Messages.swift",
50         "ATInternetTracker/Sources/PendingState.swift",
51         "ATInternetTracker/Sources/SocketEvents.swift",
52         "ATInternetTracker/Sources/SocketSender.swift",
53         "ATInternetTracker/Sources/IgnoredViews.swift",
54         "ATInternetTracker/Sources/SmartPopUp.swift",
55         "ATInternetTracker/Sources/SmartToolbar.swift",
56         "ATInternetTracker/Sources/NSObjectExtension.swift",
57         "ATInternetTracker/Sources/UIApplicationExtension.swift",
58         "ATInternetTracker/Sources/UIImageExtension.swift",
59         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
60         "ATInternetTracker/Sources/UISwitchExtension.swift",
61         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
62         "ATInternetTracker/Sources/UIViewExtension.swift",
63         "ATInternetTracker/Sources/*.ttf",
64         "ATInternetTracker/Sources/App.swift",
65         "ATInternetTracker/Sources/Rotator.swift",
66         "ATInternetTracker/Sources/View.swift",
67         "ATInternetTracker/Sources/ATGestureRecognizer.m",
68         "ATInternetTracker/Sources/ATGestureRecognizer.h",
69         "ATInternetTracker/Sources/SmartTracker.h",
70         "ATInternetTracker/Sources/tvOSTracker.h",
71         "ATInternetTracker/Sources/watchOSTracker.h",
72         "ATInternetTracker/Sources/UILabelExtension.swift",
73         "ATInternetTracker/Sources/EventFactory.swift",
74         "ATInternetTracker/Sources/Sockets.swift",
75         "ATInternetTracker/Sources/JRSwizzle.h",
76         "ATInternetTracker/Sources/JRSwizzle.m",
77         "ATInternetTracker/Sources/KLCPopup.h",
78         "ATInternetTracker/Sources/KLCPopup.m",
79         "ATInternetTracker/Sources/SocketAckEmitter.swift",
80         "ATInternetTracker/Sources/SocketAckManager.swift",
81         "ATInternetTracker/Sources/SocketAnyEvent.swift",
82         "ATInternetTracker/Sources/SocketClientManager.swift",
83         "ATInternetTracker/Sources/SocketEngine.swift",
84         "ATInternetTracker/Sources/SocketEngineClient.swift",
85         "ATInternetTracker/Sources/SocketEnginePacketType.swift",
86         "ATInternetTracker/Sources/SocketEnginePollable.swift",
87         "ATInternetTracker/Sources/SocketEngineSpec.swift",
88         "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
89         "ATInternetTracker/Sources/SocketEventHandler.swift",
90         "ATInternetTracker/Sources/SocketExtensions.swift",
91         "ATInternetTracker/Sources/SocketIOClient.swift",
92         "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
93         "ATInternetTracker/Sources/SocketIOClientOption.swift",
94         "ATInternetTracker/Sources/SocketIOClientSpec.swift",
95         "ATInternetTracker/Sources/SocketIOClientStatus.swift",
96         "ATInternetTracker/Sources/SocketLogger.swift",
97         "ATInternetTracker/Sources/SocketPacket.swift",
98         "ATInternetTracker/Sources/SocketParsable.swift",
99         "ATInternetTracker/Sources/SocketStringReader.swift",
100         "ATInternetTracker/Sources/SocketTypes.swift",
101         "ATInternetTracker/Sources/SSLSecurity.swift",
102         "ATInternetTracker/Sources/WebSocket.swift"
103       ],
104       "resources": [
105         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json}",
106         "ATInternetTracker/Sources/Images.xcassets"
107       ],
108       "frameworks": [
109         "CoreData",
110         "CoreFoundation",
111         "UIKit",
112         "CoreTelephony",
113         "SystemConfiguration"
114       ],
115       "platforms": {
116         "ios": "8.0"
117       }
118     },
119     {
120       "name": "AppExtension",
121       "pod_target_xcconfig": {
122         "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
123       },
124       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
125       "exclude_files": [
126         "ATInternetTracker/Sources/BackgroundTask.swift",
127         "ATInternetTracker/Sources/Debugger.swift",
128         "ATInternetTracker/Sources/UIApplicationContext.swift",
129         "ATInternetTracker/Sources/UIViewControllerContext.swift",
130         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
131         "ATInternetTracker/Sources/EventManager.swift",
132         "ATInternetTracker/Sources/GestureEvent.swift",
133         "ATInternetTracker/Sources/GestureOperation.swift",
134         "ATInternetTracker/Sources/PanEvent.swift",
135         "ATInternetTracker/Sources/PinchEvent.swift",
136         "ATInternetTracker/Sources/RefreshEvent.swift",
137         "ATInternetTracker/Sources/RotationEvent.swift",
138         "ATInternetTracker/Sources/ScreenEvent.swift",
139         "ATInternetTracker/Sources/ScreenOperation.swift",
140         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
141         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
142         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
143         "ATInternetTracker/Sources/ScreenshotEvent.swift",
144         "ATInternetTracker/Sources/ScrollEvent.swift",
145         "ATInternetTracker/Sources/SwipeEvent.swift",
146         "ATInternetTracker/Sources/TapEvent.swift",
147         "ATInternetTracker/Sources/ApiS3.swift",
148         "ATInternetTracker/Sources/ConnectedState.swift",
149         "ATInternetTracker/Sources/DisconnectedState.swift",
150         "ATInternetTracker/Sources/LiveManager.swift",
151         "ATInternetTracker/Sources/Messages.swift",
152         "ATInternetTracker/Sources/PendingState.swift",
153         "ATInternetTracker/Sources/SocketEvents.swift",
154         "ATInternetTracker/Sources/SocketSender.swift",
155         "ATInternetTracker/Sources/IgnoredViews.swift",
156         "ATInternetTracker/Sources/SmartPopUp.swift",
157         "ATInternetTracker/Sources/SmartToolbar.swift",
158         "ATInternetTracker/Sources/NSObjectExtension.swift",
159         "ATInternetTracker/Sources/UIApplicationExtension.swift",
160         "ATInternetTracker/Sources/UIImageExtension.swift",
161         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
162         "ATInternetTracker/Sources/UISwitchExtension.swift",
163         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
164         "ATInternetTracker/Sources/UIViewExtension.swift",
165         "ATInternetTracker/Sources/*.ttf",
166         "ATInternetTracker/Sources/App.swift",
167         "ATInternetTracker/Sources/Rotator.swift",
168         "ATInternetTracker/Sources/View.swift",
169         "ATInternetTracker/Sources/ATGestureRecognizer.m",
170         "ATInternetTracker/Sources/ATGestureRecognizer.h",
171         "ATInternetTracker/Sources/SmartTracker.h",
172         "ATInternetTracker/Sources/tvOSTracker.h",
173         "ATInternetTracker/Sources/watchOSTracker.h",
174         "ATInternetTracker/Sources/UILabelExtension.swift",
175         "ATInternetTracker/Sources/EventFactory.swift",
176         "ATInternetTracker/Sources/Sockets.swift",
177         "ATInternetTracker/Sources/JRSwizzle.h",
178         "ATInternetTracker/Sources/JRSwizzle.m",
179         "ATInternetTracker/Sources/KLCPopup.h",
180         "ATInternetTracker/Sources/KLCPopup.m",
181         "ATInternetTracker/Sources/SocketAckEmitter.swift",
182         "ATInternetTracker/Sources/SocketAckManager.swift",
183         "ATInternetTracker/Sources/SocketAnyEvent.swift",
184         "ATInternetTracker/Sources/SocketClientManager.swift",
185         "ATInternetTracker/Sources/SocketEngine.swift",
186         "ATInternetTracker/Sources/SocketEngineClient.swift",
187         "ATInternetTracker/Sources/SocketEnginePacketType.swift",
188         "ATInternetTracker/Sources/SocketEnginePollable.swift",
189         "ATInternetTracker/Sources/SocketEngineSpec.swift",
190         "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
191         "ATInternetTracker/Sources/SocketEventHandler.swift",
192         "ATInternetTracker/Sources/SocketExtensions.swift",
193         "ATInternetTracker/Sources/SocketIOClient.swift",
194         "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
195         "ATInternetTracker/Sources/SocketIOClientOption.swift",
196         "ATInternetTracker/Sources/SocketIOClientSpec.swift",
197         "ATInternetTracker/Sources/SocketIOClientStatus.swift",
198         "ATInternetTracker/Sources/SocketLogger.swift",
199         "ATInternetTracker/Sources/SocketPacket.swift",
200         "ATInternetTracker/Sources/SocketParsable.swift",
201         "ATInternetTracker/Sources/SocketStringReader.swift",
202         "ATInternetTracker/Sources/SocketTypes.swift",
203         "ATInternetTracker/Sources/SSLSecurity.swift",
204         "ATInternetTracker/Sources/WebSocket.swift"
205       ],
206       "frameworks": [
207         "CoreData",
208         "CoreFoundation",
209         "WatchKit",
210         "UIKit",
211         "SystemConfiguration",
212         "CoreTelephony"
213       ],
214       "platforms": {
215         "ios": "8.0"
216       },
217       "resources": [
218         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json}",
219         "ATInternetTracker/Sources/Images.xcassets"
220       ]
221     },
222     {
223       "name": "SmartTracker",
224       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
225       "exclude_files": [
226         "ATInternetTracker/Sources/JRSwizzle.h",
227         "ATInternetTracker/Sources/JRSwizzle.m",
228         "ATInternetTracker/Sources/KLCPopup.h",
229         "ATInternetTracker/Sources/KLCPopup.m",
230         "ATInternetTracker/Sources/SocketAckEmitter.swift",
231         "ATInternetTracker/Sources/SocketAckManager.swift",
232         "ATInternetTracker/Sources/SocketAnyEvent.swift",
233         "ATInternetTracker/Sources/SocketClientManager.swift",
234         "ATInternetTracker/Sources/SocketEngine.swift",
235         "ATInternetTracker/Sources/SocketEngineClient.swift",
236         "ATInternetTracker/Sources/SocketEnginePacketType.swift",
237         "ATInternetTracker/Sources/SocketEnginePollable.swift",
238         "ATInternetTracker/Sources/SocketEngineSpec.swift",
239         "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
240         "ATInternetTracker/Sources/SocketEventHandler.swift",
241         "ATInternetTracker/Sources/SocketExtensions.swift",
242         "ATInternetTracker/Sources/SocketIOClient.swift",
243         "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
244         "ATInternetTracker/Sources/SocketIOClientOption.swift",
245         "ATInternetTracker/Sources/SocketIOClientSpec.swift",
246         "ATInternetTracker/Sources/SocketIOClientStatus.swift",
247         "ATInternetTracker/Sources/SocketLogger.swift",
248         "ATInternetTracker/Sources/SocketPacket.swift",
249         "ATInternetTracker/Sources/SocketParsable.swift",
250         "ATInternetTracker/Sources/SocketStringReader.swift",
251         "ATInternetTracker/Sources/SocketTypes.swift",
252         "ATInternetTracker/Sources/SSLSecurity.swift",
253         "ATInternetTracker/Sources/WebSocket.swift"
254       ],
255       "resources": [
256         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json,mp3,ttf}",
257         "ATInternetTracker/Sources/Images.xcassets",
258         "ATInternetTracker/Sources/SmartSDK.xcassets",
259         "ATInternetTracker/Sources/en.lproj",
260         "ATInternetTracker/Sources/fr.lproj"
261       ],
262       "frameworks": [
263         "CoreData",
264         "CoreFoundation",
265         "UIKit",
266         "CoreTelephony",
267         "SystemConfiguration",
268         "CFNetwork",
269         "Security",
270         "Foundation"
271       ],
272       "platforms": {
273         "ios": "8.0"
274       },
275       "pod_target_xcconfig": {
276         "OTHER_SWIFT_FLAGS": "-DAT_SMART_TRACKER"
277       },
278       "libraries": "icucore",
279       "dependencies": {
280         "JRSwizzle": [
282         ],
283         "KLCPopup": [
285         ],
286         "Socket.IO-Client-Swift": [
288         ]
289       }
290     },
291     {
292       "name": "watchOSTracker",
293       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
294       "exclude_files": [
295         "ATInternetTracker/Sources/BackgroundTask.swift",
296         "ATInternetTracker/Sources/ATReachability.swift",
297         "ATInternetTracker/Sources/Debugger.swift",
298         "ATInternetTracker/Sources/UIApplicationContext.swift",
299         "ATInternetTracker/Sources/UIViewControllerContext.swift",
300         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
301         "ATInternetTracker/Sources/EventManager.swift",
302         "ATInternetTracker/Sources/GestureEvent.swift",
303         "ATInternetTracker/Sources/GestureOperation.swift",
304         "ATInternetTracker/Sources/PanEvent.swift",
305         "ATInternetTracker/Sources/PinchEvent.swift",
306         "ATInternetTracker/Sources/RefreshEvent.swift",
307         "ATInternetTracker/Sources/RotationEvent.swift",
308         "ATInternetTracker/Sources/ScreenEvent.swift",
309         "ATInternetTracker/Sources/ScreenOperation.swift",
310         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
311         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
312         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
313         "ATInternetTracker/Sources/ScreenshotEvent.swift",
314         "ATInternetTracker/Sources/ScrollEvent.swift",
315         "ATInternetTracker/Sources/SwipeEvent.swift",
316         "ATInternetTracker/Sources/TapEvent.swift",
317         "ATInternetTracker/Sources/ApiS3.swift",
318         "ATInternetTracker/Sources/ConnectedState.swift",
319         "ATInternetTracker/Sources/DisconnectedState.swift",
320         "ATInternetTracker/Sources/LiveManager.swift",
321         "ATInternetTracker/Sources/Messages.swift",
322         "ATInternetTracker/Sources/PendingState.swift",
323         "ATInternetTracker/Sources/SocketEvents.swift",
324         "ATInternetTracker/Sources/SocketSender.swift",
325         "ATInternetTracker/Sources/IgnoredViews.swift",
326         "ATInternetTracker/Sources/SmartPopUp.swift",
327         "ATInternetTracker/Sources/SmartToolbar.swift",
328         "ATInternetTracker/Sources/NSObjectExtension.swift",
329         "ATInternetTracker/Sources/UIApplicationExtension.swift",
330         "ATInternetTracker/Sources/UIImageExtension.swift",
331         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
332         "ATInternetTracker/Sources/UISwitchExtension.swift",
333         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
334         "ATInternetTracker/Sources/UIViewExtension.swift",
335         "ATInternetTracker/Sources/*.ttf",
336         "ATInternetTracker/Sources/App.swift",
337         "ATInternetTracker/Sources/Rotator.swift",
338         "ATInternetTracker/Sources/View.swift",
339         "ATInternetTracker/Sources/ATGestureRecognizer.m",
340         "ATInternetTracker/Sources/ATGestureRecognizer.h",
341         "ATInternetTracker/Sources/SmartTracker.h",
342         "ATInternetTracker/Sources/tvOSTracker.h",
343         "ATInternetTracker/Sources/watchOSTracker.h",
344         "ATInternetTracker/Sources/UILabelExtension.swift",
345         "ATInternetTracker/Sources/EventFactory.swift",
346         "ATInternetTracker/Sources/Sockets.swift",
347         "ATInternetTracker/Sources/JRSwizzle.h",
348         "ATInternetTracker/Sources/JRSwizzle.m",
349         "ATInternetTracker/Sources/KLCPopup.h",
350         "ATInternetTracker/Sources/KLCPopup.m",
351         "ATInternetTracker/Sources/SocketAckEmitter.swift",
352         "ATInternetTracker/Sources/SocketAckManager.swift",
353         "ATInternetTracker/Sources/SocketAnyEvent.swift",
354         "ATInternetTracker/Sources/SocketClientManager.swift",
355         "ATInternetTracker/Sources/SocketEngine.swift",
356         "ATInternetTracker/Sources/SocketEngineClient.swift",
357         "ATInternetTracker/Sources/SocketEnginePacketType.swift",
358         "ATInternetTracker/Sources/SocketEnginePollable.swift",
359         "ATInternetTracker/Sources/SocketEngineSpec.swift",
360         "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
361         "ATInternetTracker/Sources/SocketEventHandler.swift",
362         "ATInternetTracker/Sources/SocketExtensions.swift",
363         "ATInternetTracker/Sources/SocketIOClient.swift",
364         "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
365         "ATInternetTracker/Sources/SocketIOClientOption.swift",
366         "ATInternetTracker/Sources/SocketIOClientSpec.swift",
367         "ATInternetTracker/Sources/SocketIOClientStatus.swift",
368         "ATInternetTracker/Sources/SocketLogger.swift",
369         "ATInternetTracker/Sources/SocketPacket.swift",
370         "ATInternetTracker/Sources/SocketParsable.swift",
371         "ATInternetTracker/Sources/SocketStringReader.swift",
372         "ATInternetTracker/Sources/SocketTypes.swift",
373         "ATInternetTracker/Sources/SSLSecurity.swift",
374         "ATInternetTracker/Sources/WebSocket.swift"
375       ],
376       "frameworks": [
377         "CoreData",
378         "CoreFoundation",
379         "WatchKit"
380       ],
381       "platforms": {
382         "watchos": "2.0"
383       },
384       "resources": [
385         "ATInternetTracker/Sources/DefaultConfiguration.plist",
386         "ATInternetTracker/Sources/core.manifest.json",
387         "ATInternetTracker/Sources/*.xcdatamodeld"
388       ]
389     },
390     {
391       "name": "tvOSTracker",
392       "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
393       "exclude_files": [
394         "ATInternetTracker/Sources/UIApplicationContext.swift",
395         "ATInternetTracker/Sources/UIViewControllerContext.swift",
396         "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
397         "ATInternetTracker/Sources/EventManager.swift",
398         "ATInternetTracker/Sources/GestureEvent.swift",
399         "ATInternetTracker/Sources/GestureOperation.swift",
400         "ATInternetTracker/Sources/PanEvent.swift",
401         "ATInternetTracker/Sources/PinchEvent.swift",
402         "ATInternetTracker/Sources/RefreshEvent.swift",
403         "ATInternetTracker/Sources/RotationEvent.swift",
404         "ATInternetTracker/Sources/ScreenEvent.swift",
405         "ATInternetTracker/Sources/ScreenOperation.swift",
406         "ATInternetTracker/Sources/ScreenRotationEvent.swift",
407         "ATInternetTracker/Sources/ScreenRotationOperation.swift",
408         "ATInternetTracker/Sources/DeviceRotationEvent.swift",
409         "ATInternetTracker/Sources/ScreenshotEvent.swift",
410         "ATInternetTracker/Sources/ScrollEvent.swift",
411         "ATInternetTracker/Sources/SwipeEvent.swift",
412         "ATInternetTracker/Sources/TapEvent.swift",
413         "ATInternetTracker/Sources/ApiS3.swift",
414         "ATInternetTracker/Sources/ConnectedState.swift",
415         "ATInternetTracker/Sources/DisconnectedState.swift",
416         "ATInternetTracker/Sources/LiveManager.swift",
417         "ATInternetTracker/Sources/Messages.swift",
418         "ATInternetTracker/Sources/PendingState.swift",
419         "ATInternetTracker/Sources/SocketEvents.swift",
420         "ATInternetTracker/Sources/SocketSender.swift",
421         "ATInternetTracker/Sources/IgnoredViews.swift",
422         "ATInternetTracker/Sources/SmartPopUp.swift",
423         "ATInternetTracker/Sources/SmartToolbar.swift",
424         "ATInternetTracker/Sources/NSObjectExtension.swift",
425         "ATInternetTracker/Sources/UIApplicationExtension.swift",
426         "ATInternetTracker/Sources/UIImageExtension.swift",
427         "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
428         "ATInternetTracker/Sources/UISwitchExtension.swift",
429         "ATInternetTracker/Sources/UIViewControllerExtension.swift",
430         "ATInternetTracker/Sources/UIViewExtension.swift",
431         "ATInternetTracker/Sources/*.ttf",
432         "ATInternetTracker/Sources/App.swift",
433         "ATInternetTracker/Sources/Rotator.swift",
434         "ATInternetTracker/Sources/View.swift",
435         "ATInternetTracker/Sources/ATGestureRecognizer.m",
436         "ATInternetTracker/Sources/ATGestureRecognizer.h",
437         "ATInternetTracker/Sources/SmartTracker.h",
438         "ATInternetTracker/Sources/tvOSTracker.h",
439         "ATInternetTracker/Sources/watchOSTracker.h",
440         "ATInternetTracker/Sources/UILabelExtension.swift",
441         "ATInternetTracker/Sources/EventFactory.swift",
442         "ATInternetTracker/Sources/Sockets.swift",
443         "ATInternetTracker/Sources/JRSwizzle.h",
444         "ATInternetTracker/Sources/JRSwizzle.m",
445         "ATInternetTracker/Sources/KLCPopup.h",
446         "ATInternetTracker/Sources/KLCPopup.m",
447         "ATInternetTracker/Sources/SocketAckEmitter.swift",
448         "ATInternetTracker/Sources/SocketAckManager.swift",
449         "ATInternetTracker/Sources/SocketAnyEvent.swift",
450         "ATInternetTracker/Sources/SocketClientManager.swift",
451         "ATInternetTracker/Sources/SocketEngine.swift",
452         "ATInternetTracker/Sources/SocketEngineClient.swift",
453         "ATInternetTracker/Sources/SocketEnginePacketType.swift",
454         "ATInternetTracker/Sources/SocketEnginePollable.swift",
455         "ATInternetTracker/Sources/SocketEngineSpec.swift",
456         "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
457         "ATInternetTracker/Sources/SocketEventHandler.swift",
458         "ATInternetTracker/Sources/SocketExtensions.swift",
459         "ATInternetTracker/Sources/SocketIOClient.swift",
460         "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
461         "ATInternetTracker/Sources/SocketIOClientOption.swift",
462         "ATInternetTracker/Sources/SocketIOClientSpec.swift",
463         "ATInternetTracker/Sources/SocketIOClientStatus.swift",
464         "ATInternetTracker/Sources/SocketLogger.swift",
465         "ATInternetTracker/Sources/SocketPacket.swift",
466         "ATInternetTracker/Sources/SocketParsable.swift",
467         "ATInternetTracker/Sources/SocketStringReader.swift",
468         "ATInternetTracker/Sources/SocketTypes.swift",
469         "ATInternetTracker/Sources/SSLSecurity.swift",
470         "ATInternetTracker/Sources/WebSocket.swift"
471       ],
472       "resources": [
473         "ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json,mp3,ttf}",
474         "ATInternetTracker/Sources/Images.xcassets"
475       ],
476       "frameworks": [
477         "CoreData",
478         "CoreFoundation",
479         "UIKit",
480         "SystemConfiguration"
481       ],
482       "platforms": {
483         "tvos": "9.0"
484       }
485     }
486   ]