[Add] ATInternet-Apple-SDK 2.11.3
diff --git a/Specs/4/9/1/ATInternet-Apple-SDK/2.11.3/ATInternet-Apple-SDK.podspec.json b/Specs/4/9/1/ATInternet-Apple-SDK/2.11.3/ATInternet-Apple-SDK.podspec.json
new file mode 100644
index 0000000..6fee566
--- /dev/null
+++ b/Specs/4/9/1/ATInternet-Apple-SDK/2.11.3/ATInternet-Apple-SDK.podspec.json
@@ -0,0 +1,501 @@
+{
+  "name": "ATInternet-Apple-SDK",
+  "version": "2.11.3",
+  "summary": "AT Internet mobile analytics solution for Apple devices",
+  "homepage": "https://github.com/at-internet/atinternet-apple-sdk",
+  "documentation_url": "http://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/operating-principle-apple-en/",
+  "license": "MIT",
+  "authors": "AT Internet",
+  "requires_arc": true,
+  "source": {
+    "git": "https://github.com/at-internet/atinternet-apple-sdk.git",
+    "tag": "2.11.3"
+  },
+  "module_name": "Tracker",
+  "platforms": {
+    "ios": "8.0",
+    "tvos": "9.0",
+    "watchos": "2.0"
+  },
+  "static_framework": true,
+  "swift_version": "4.2",
+  "subspecs": [
+    {
+      "name": "Tracker",
+      "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
+      "exclude_files": [
+        "ATInternetTracker/Sources/UIApplicationContext.swift",
+        "ATInternetTracker/Sources/UIViewControllerContext.swift",
+        "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
+        "ATInternetTracker/Sources/EventManager.swift",
+        "ATInternetTracker/Sources/GestureEvent.swift",
+        "ATInternetTracker/Sources/GestureOperation.swift",
+        "ATInternetTracker/Sources/PanEvent.swift",
+        "ATInternetTracker/Sources/PinchEvent.swift",
+        "ATInternetTracker/Sources/RefreshEvent.swift",
+        "ATInternetTracker/Sources/RotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenEvent.swift",
+        "ATInternetTracker/Sources/ScreenOperation.swift",
+        "ATInternetTracker/Sources/ScreenRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenRotationOperation.swift",
+        "ATInternetTracker/Sources/DeviceRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenshotEvent.swift",
+        "ATInternetTracker/Sources/ScrollEvent.swift",
+        "ATInternetTracker/Sources/SwipeEvent.swift",
+        "ATInternetTracker/Sources/TapEvent.swift",
+        "ATInternetTracker/Sources/ApiS3.swift",
+        "ATInternetTracker/Sources/ConnectedState.swift",
+        "ATInternetTracker/Sources/DisconnectedState.swift",
+        "ATInternetTracker/Sources/LiveManager.swift",
+        "ATInternetTracker/Sources/Messages.swift",
+        "ATInternetTracker/Sources/PendingState.swift",
+        "ATInternetTracker/Sources/SocketEvents.swift",
+        "ATInternetTracker/Sources/SocketSender.swift",
+        "ATInternetTracker/Sources/IgnoredViews.swift",
+        "ATInternetTracker/Sources/SmartPopUp.swift",
+        "ATInternetTracker/Sources/SmartToolbar.swift",
+        "ATInternetTracker/Sources/NSObjectExtension.swift",
+        "ATInternetTracker/Sources/UIApplicationExtension.swift",
+        "ATInternetTracker/Sources/UIImageExtension.swift",
+        "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
+        "ATInternetTracker/Sources/UISwitchExtension.swift",
+        "ATInternetTracker/Sources/UIViewControllerExtension.swift",
+        "ATInternetTracker/Sources/UIViewExtension.swift",
+        "ATInternetTracker/Sources/*.ttf",
+        "ATInternetTracker/Sources/App.swift",
+        "ATInternetTracker/Sources/Rotator.swift",
+        "ATInternetTracker/Sources/View.swift",
+        "ATInternetTracker/Sources/ATGestureRecognizer.m",
+        "ATInternetTracker/Sources/ATGestureRecognizer.h",
+        "ATInternetTracker/Sources/SmartTracker.h",
+        "ATInternetTracker/Sources/tvOSTracker.h",
+        "ATInternetTracker/Sources/watchOSTracker.h",
+        "ATInternetTracker/Sources/UILabelExtension.swift",
+        "ATInternetTracker/Sources/EventFactory.swift",
+        "ATInternetTracker/Sources/Sockets.swift",
+        "ATInternetTracker/Sources/JRSwizzle.h",
+        "ATInternetTracker/Sources/JRSwizzle.m",
+        "ATInternetTracker/Sources/KLCPopup.h",
+        "ATInternetTracker/Sources/KLCPopup.m",
+        "ATInternetTracker/Sources/SocketAckEmitter.swift",
+        "ATInternetTracker/Sources/SocketAckManager.swift",
+        "ATInternetTracker/Sources/SocketAnyEvent.swift",
+        "ATInternetTracker/Sources/SocketClientManager.swift",
+        "ATInternetTracker/Sources/SocketEngine.swift",
+        "ATInternetTracker/Sources/SocketEngineClient.swift",
+        "ATInternetTracker/Sources/SocketEnginePacketType.swift",
+        "ATInternetTracker/Sources/SocketEnginePollable.swift",
+        "ATInternetTracker/Sources/SocketEngineSpec.swift",
+        "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
+        "ATInternetTracker/Sources/SocketEventHandler.swift",
+        "ATInternetTracker/Sources/SocketExtensions.swift",
+        "ATInternetTracker/Sources/SocketIOClient.swift",
+        "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
+        "ATInternetTracker/Sources/SocketIOClientOption.swift",
+        "ATInternetTracker/Sources/SocketIOClientSpec.swift",
+        "ATInternetTracker/Sources/SocketIOClientStatus.swift",
+        "ATInternetTracker/Sources/SocketLogger.swift",
+        "ATInternetTracker/Sources/SocketPacket.swift",
+        "ATInternetTracker/Sources/SocketParsable.swift",
+        "ATInternetTracker/Sources/SocketStringReader.swift",
+        "ATInternetTracker/Sources/SocketTypes.swift",
+        "ATInternetTracker/Sources/SSLSecurity.swift",
+        "ATInternetTracker/Sources/WebSocket.swift",
+        "ATInternetTracker/Sources/Compression.swift",
+        "ATInternetTracker/Sources/zlib/*",
+        "TrackerTests-Bridging-Header.h"
+      ],
+      "resources": [
+        "ATInternetTracker/Sources/*.{plist,json}",
+        "ATInternetTracker/Sources/TrackerBundle.bundle"
+      ],
+      "frameworks": [
+        "CoreData",
+        "CoreFoundation",
+        "UIKit",
+        "CoreTelephony",
+        "SystemConfiguration"
+      ],
+      "platforms": {
+        "ios": "8.0"
+      }
+    },
+    {
+      "name": "AppExtension",
+      "pod_target_xcconfig": {
+        "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
+      },
+      "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
+      "exclude_files": [
+        "ATInternetTracker/Sources/BackgroundTask.swift",
+        "ATInternetTracker/Sources/Debugger.swift",
+        "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h",
+        "ATInternetTracker/Sources/UIApplicationContext.swift",
+        "ATInternetTracker/Sources/UIViewControllerContext.swift",
+        "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
+        "ATInternetTracker/Sources/EventManager.swift",
+        "ATInternetTracker/Sources/GestureEvent.swift",
+        "ATInternetTracker/Sources/GestureOperation.swift",
+        "ATInternetTracker/Sources/PanEvent.swift",
+        "ATInternetTracker/Sources/PinchEvent.swift",
+        "ATInternetTracker/Sources/RefreshEvent.swift",
+        "ATInternetTracker/Sources/RotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenEvent.swift",
+        "ATInternetTracker/Sources/ScreenOperation.swift",
+        "ATInternetTracker/Sources/ScreenRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenRotationOperation.swift",
+        "ATInternetTracker/Sources/DeviceRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenshotEvent.swift",
+        "ATInternetTracker/Sources/ScrollEvent.swift",
+        "ATInternetTracker/Sources/SwipeEvent.swift",
+        "ATInternetTracker/Sources/TapEvent.swift",
+        "ATInternetTracker/Sources/ApiS3.swift",
+        "ATInternetTracker/Sources/ConnectedState.swift",
+        "ATInternetTracker/Sources/DisconnectedState.swift",
+        "ATInternetTracker/Sources/LiveManager.swift",
+        "ATInternetTracker/Sources/Messages.swift",
+        "ATInternetTracker/Sources/PendingState.swift",
+        "ATInternetTracker/Sources/SocketEvents.swift",
+        "ATInternetTracker/Sources/SocketSender.swift",
+        "ATInternetTracker/Sources/IgnoredViews.swift",
+        "ATInternetTracker/Sources/SmartPopUp.swift",
+        "ATInternetTracker/Sources/SmartToolbar.swift",
+        "ATInternetTracker/Sources/NSObjectExtension.swift",
+        "ATInternetTracker/Sources/UIApplicationExtension.swift",
+        "ATInternetTracker/Sources/UIImageExtension.swift",
+        "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
+        "ATInternetTracker/Sources/UISwitchExtension.swift",
+        "ATInternetTracker/Sources/UIViewControllerExtension.swift",
+        "ATInternetTracker/Sources/UIViewExtension.swift",
+        "ATInternetTracker/Sources/*.ttf",
+        "ATInternetTracker/Sources/App.swift",
+        "ATInternetTracker/Sources/Rotator.swift",
+        "ATInternetTracker/Sources/View.swift",
+        "ATInternetTracker/Sources/ATGestureRecognizer.m",
+        "ATInternetTracker/Sources/ATGestureRecognizer.h",
+        "ATInternetTracker/Sources/SmartTracker.h",
+        "ATInternetTracker/Sources/tvOSTracker.h",
+        "ATInternetTracker/Sources/watchOSTracker.h",
+        "ATInternetTracker/Sources/UILabelExtension.swift",
+        "ATInternetTracker/Sources/EventFactory.swift",
+        "ATInternetTracker/Sources/Sockets.swift",
+        "ATInternetTracker/Sources/JRSwizzle.h",
+        "ATInternetTracker/Sources/JRSwizzle.m",
+        "ATInternetTracker/Sources/KLCPopup.h",
+        "ATInternetTracker/Sources/KLCPopup.m",
+        "ATInternetTracker/Sources/SocketAckEmitter.swift",
+        "ATInternetTracker/Sources/SocketAckManager.swift",
+        "ATInternetTracker/Sources/SocketAnyEvent.swift",
+        "ATInternetTracker/Sources/SocketClientManager.swift",
+        "ATInternetTracker/Sources/SocketEngine.swift",
+        "ATInternetTracker/Sources/SocketEngineClient.swift",
+        "ATInternetTracker/Sources/SocketEnginePacketType.swift",
+        "ATInternetTracker/Sources/SocketEnginePollable.swift",
+        "ATInternetTracker/Sources/SocketEngineSpec.swift",
+        "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
+        "ATInternetTracker/Sources/SocketEventHandler.swift",
+        "ATInternetTracker/Sources/SocketExtensions.swift",
+        "ATInternetTracker/Sources/SocketIOClient.swift",
+        "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
+        "ATInternetTracker/Sources/SocketIOClientOption.swift",
+        "ATInternetTracker/Sources/SocketIOClientSpec.swift",
+        "ATInternetTracker/Sources/SocketIOClientStatus.swift",
+        "ATInternetTracker/Sources/SocketLogger.swift",
+        "ATInternetTracker/Sources/SocketPacket.swift",
+        "ATInternetTracker/Sources/SocketParsable.swift",
+        "ATInternetTracker/Sources/SocketStringReader.swift",
+        "ATInternetTracker/Sources/SocketTypes.swift",
+        "ATInternetTracker/Sources/SSLSecurity.swift",
+        "ATInternetTracker/Sources/WebSocket.swift",
+        "ATInternetTracker/Sources/Compression.swift",
+        "ATInternetTracker/Sources/zlib/*"
+      ],
+      "frameworks": [
+        "CoreData",
+        "CoreFoundation",
+        "WatchKit",
+        "UIKit",
+        "SystemConfiguration",
+        "CoreTelephony"
+      ],
+      "platforms": {
+        "ios": "8.0"
+      },
+      "resources": [
+        "ATInternetTracker/Sources/*.{plist,json}",
+        "ATInternetTracker/Sources/TrackerBundle.bundle"
+      ]
+    },
+    {
+      "name": "SmartTracker",
+      "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
+      "exclude_files": [
+        "ATInternetTracker/Sources/JRSwizzle.h",
+        "ATInternetTracker/Sources/JRSwizzle.m",
+        "ATInternetTracker/Sources/KLCPopup.h",
+        "ATInternetTracker/Sources/KLCPopup.m",
+        "ATInternetTracker/Sources/SocketAckEmitter.swift",
+        "ATInternetTracker/Sources/SocketAckManager.swift",
+        "ATInternetTracker/Sources/SocketAnyEvent.swift",
+        "ATInternetTracker/Sources/SocketClientManager.swift",
+        "ATInternetTracker/Sources/SocketEngine.swift",
+        "ATInternetTracker/Sources/SocketEngineClient.swift",
+        "ATInternetTracker/Sources/SocketEnginePacketType.swift",
+        "ATInternetTracker/Sources/SocketEnginePollable.swift",
+        "ATInternetTracker/Sources/SocketEngineSpec.swift",
+        "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
+        "ATInternetTracker/Sources/SocketEventHandler.swift",
+        "ATInternetTracker/Sources/SocketExtensions.swift",
+        "ATInternetTracker/Sources/SocketIOClient.swift",
+        "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
+        "ATInternetTracker/Sources/SocketIOClientOption.swift",
+        "ATInternetTracker/Sources/SocketIOClientSpec.swift",
+        "ATInternetTracker/Sources/SocketIOClientStatus.swift",
+        "ATInternetTracker/Sources/SocketLogger.swift",
+        "ATInternetTracker/Sources/SocketPacket.swift",
+        "ATInternetTracker/Sources/SocketParsable.swift",
+        "ATInternetTracker/Sources/SocketStringReader.swift",
+        "ATInternetTracker/Sources/SocketTypes.swift",
+        "ATInternetTracker/Sources/SSLSecurity.swift",
+        "ATInternetTracker/Sources/WebSocket.swift",
+        "ATInternetTracker/Sources/Compression.swift",
+        "ATInternetTracker/Sources/zlib/*",
+        "TrackerTests-Bridging-Header.h"
+      ],
+      "resources": [
+        "ATInternetTracker/Sources/*.{plist,json,mp3,ttf}",
+        "ATInternetTracker/Sources/en.lproj",
+        "ATInternetTracker/Sources/fr.lproj",
+        "ATInternetTracker/Sources/TrackerBundle.bundle"
+      ],
+      "frameworks": [
+        "CoreData",
+        "CoreFoundation",
+        "UIKit",
+        "CoreTelephony",
+        "SystemConfiguration",
+        "CFNetwork",
+        "Security",
+        "Foundation"
+      ],
+      "platforms": {
+        "ios": "8.0"
+      },
+      "pod_target_xcconfig": {
+        "OTHER_SWIFT_FLAGS": "-DAT_SMART_TRACKER"
+      },
+      "libraries": "icucore",
+      "dependencies": {
+        "JRSwizzle": [
+          "1.0"
+        ],
+        "KLCPopup": [
+          "1.0"
+        ],
+        "Socket.IO-Client-Swift": [
+          "~> 12.0"
+        ]
+      }
+    },
+    {
+      "name": "watchOSTracker",
+      "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
+      "exclude_files": [
+        "ATInternetTracker/Sources/BackgroundTask.swift",
+        "ATInternetTracker/Sources/ATReachability.swift",
+        "ATInternetTracker/Sources/Debugger.swift",
+        "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h",
+        "ATInternetTracker/Sources/UIApplicationContext.swift",
+        "ATInternetTracker/Sources/UIViewControllerContext.swift",
+        "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
+        "ATInternetTracker/Sources/EventManager.swift",
+        "ATInternetTracker/Sources/GestureEvent.swift",
+        "ATInternetTracker/Sources/GestureOperation.swift",
+        "ATInternetTracker/Sources/PanEvent.swift",
+        "ATInternetTracker/Sources/PinchEvent.swift",
+        "ATInternetTracker/Sources/RefreshEvent.swift",
+        "ATInternetTracker/Sources/RotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenEvent.swift",
+        "ATInternetTracker/Sources/ScreenOperation.swift",
+        "ATInternetTracker/Sources/ScreenRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenRotationOperation.swift",
+        "ATInternetTracker/Sources/DeviceRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenshotEvent.swift",
+        "ATInternetTracker/Sources/ScrollEvent.swift",
+        "ATInternetTracker/Sources/SwipeEvent.swift",
+        "ATInternetTracker/Sources/TapEvent.swift",
+        "ATInternetTracker/Sources/ApiS3.swift",
+        "ATInternetTracker/Sources/ConnectedState.swift",
+        "ATInternetTracker/Sources/DisconnectedState.swift",
+        "ATInternetTracker/Sources/LiveManager.swift",
+        "ATInternetTracker/Sources/Messages.swift",
+        "ATInternetTracker/Sources/PendingState.swift",
+        "ATInternetTracker/Sources/SocketEvents.swift",
+        "ATInternetTracker/Sources/SocketSender.swift",
+        "ATInternetTracker/Sources/IgnoredViews.swift",
+        "ATInternetTracker/Sources/SmartPopUp.swift",
+        "ATInternetTracker/Sources/SmartToolbar.swift",
+        "ATInternetTracker/Sources/NSObjectExtension.swift",
+        "ATInternetTracker/Sources/UIApplicationExtension.swift",
+        "ATInternetTracker/Sources/UIImageExtension.swift",
+        "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
+        "ATInternetTracker/Sources/UISwitchExtension.swift",
+        "ATInternetTracker/Sources/UIViewControllerExtension.swift",
+        "ATInternetTracker/Sources/UIViewExtension.swift",
+        "ATInternetTracker/Sources/*.ttf",
+        "ATInternetTracker/Sources/App.swift",
+        "ATInternetTracker/Sources/Rotator.swift",
+        "ATInternetTracker/Sources/View.swift",
+        "ATInternetTracker/Sources/ATGestureRecognizer.m",
+        "ATInternetTracker/Sources/ATGestureRecognizer.h",
+        "ATInternetTracker/Sources/SmartTracker.h",
+        "ATInternetTracker/Sources/tvOSTracker.h",
+        "ATInternetTracker/Sources/watchOSTracker.h",
+        "ATInternetTracker/Sources/UILabelExtension.swift",
+        "ATInternetTracker/Sources/EventFactory.swift",
+        "ATInternetTracker/Sources/Sockets.swift",
+        "ATInternetTracker/Sources/JRSwizzle.h",
+        "ATInternetTracker/Sources/JRSwizzle.m",
+        "ATInternetTracker/Sources/KLCPopup.h",
+        "ATInternetTracker/Sources/KLCPopup.m",
+        "ATInternetTracker/Sources/SocketAckEmitter.swift",
+        "ATInternetTracker/Sources/SocketAckManager.swift",
+        "ATInternetTracker/Sources/SocketAnyEvent.swift",
+        "ATInternetTracker/Sources/SocketClientManager.swift",
+        "ATInternetTracker/Sources/SocketEngine.swift",
+        "ATInternetTracker/Sources/SocketEngineClient.swift",
+        "ATInternetTracker/Sources/SocketEnginePacketType.swift",
+        "ATInternetTracker/Sources/SocketEnginePollable.swift",
+        "ATInternetTracker/Sources/SocketEngineSpec.swift",
+        "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
+        "ATInternetTracker/Sources/SocketEventHandler.swift",
+        "ATInternetTracker/Sources/SocketExtensions.swift",
+        "ATInternetTracker/Sources/SocketIOClient.swift",
+        "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
+        "ATInternetTracker/Sources/SocketIOClientOption.swift",
+        "ATInternetTracker/Sources/SocketIOClientSpec.swift",
+        "ATInternetTracker/Sources/SocketIOClientStatus.swift",
+        "ATInternetTracker/Sources/SocketLogger.swift",
+        "ATInternetTracker/Sources/SocketPacket.swift",
+        "ATInternetTracker/Sources/SocketParsable.swift",
+        "ATInternetTracker/Sources/SocketStringReader.swift",
+        "ATInternetTracker/Sources/SocketTypes.swift",
+        "ATInternetTracker/Sources/SSLSecurity.swift",
+        "ATInternetTracker/Sources/WebSocket.swift",
+        "ATInternetTracker/Sources/Compression.swift",
+        "ATInternetTracker/Sources/zlib/*"
+      ],
+      "frameworks": [
+        "CoreData",
+        "CoreFoundation",
+        "WatchKit"
+      ],
+      "platforms": {
+        "watchos": "2.0"
+      },
+      "resources": [
+        "ATInternetTracker/Sources/DefaultConfiguration.plist",
+        "ATInternetTracker/Sources/core.manifest.json"
+      ]
+    },
+    {
+      "name": "tvOSTracker",
+      "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
+      "exclude_files": [
+        "ATInternetTracker/Sources/UIApplicationContext.swift",
+        "ATInternetTracker/Sources/UIViewControllerContext.swift",
+        "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
+        "ATInternetTracker/Sources/EventManager.swift",
+        "ATInternetTracker/Sources/GestureEvent.swift",
+        "ATInternetTracker/Sources/GestureOperation.swift",
+        "ATInternetTracker/Sources/PanEvent.swift",
+        "ATInternetTracker/Sources/PinchEvent.swift",
+        "ATInternetTracker/Sources/RefreshEvent.swift",
+        "ATInternetTracker/Sources/RotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenEvent.swift",
+        "ATInternetTracker/Sources/ScreenOperation.swift",
+        "ATInternetTracker/Sources/ScreenRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenRotationOperation.swift",
+        "ATInternetTracker/Sources/DeviceRotationEvent.swift",
+        "ATInternetTracker/Sources/ScreenshotEvent.swift",
+        "ATInternetTracker/Sources/ScrollEvent.swift",
+        "ATInternetTracker/Sources/SwipeEvent.swift",
+        "ATInternetTracker/Sources/TapEvent.swift",
+        "ATInternetTracker/Sources/ApiS3.swift",
+        "ATInternetTracker/Sources/ConnectedState.swift",
+        "ATInternetTracker/Sources/DisconnectedState.swift",
+        "ATInternetTracker/Sources/LiveManager.swift",
+        "ATInternetTracker/Sources/Messages.swift",
+        "ATInternetTracker/Sources/PendingState.swift",
+        "ATInternetTracker/Sources/SocketEvents.swift",
+        "ATInternetTracker/Sources/SocketSender.swift",
+        "ATInternetTracker/Sources/IgnoredViews.swift",
+        "ATInternetTracker/Sources/SmartPopUp.swift",
+        "ATInternetTracker/Sources/SmartToolbar.swift",
+        "ATInternetTracker/Sources/NSObjectExtension.swift",
+        "ATInternetTracker/Sources/UIApplicationExtension.swift",
+        "ATInternetTracker/Sources/UIImageExtension.swift",
+        "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
+        "ATInternetTracker/Sources/UISwitchExtension.swift",
+        "ATInternetTracker/Sources/UIViewControllerExtension.swift",
+        "ATInternetTracker/Sources/UIViewExtension.swift",
+        "ATInternetTracker/Sources/*.ttf",
+        "ATInternetTracker/Sources/App.swift",
+        "ATInternetTracker/Sources/Rotator.swift",
+        "ATInternetTracker/Sources/View.swift",
+        "ATInternetTracker/Sources/ATGestureRecognizer.m",
+        "ATInternetTracker/Sources/ATGestureRecognizer.h",
+        "ATInternetTracker/Sources/SmartTracker.h",
+        "ATInternetTracker/Sources/tvOSTracker.h",
+        "ATInternetTracker/Sources/watchOSTracker.h",
+        "ATInternetTracker/Sources/UILabelExtension.swift",
+        "ATInternetTracker/Sources/EventFactory.swift",
+        "ATInternetTracker/Sources/Sockets.swift",
+        "ATInternetTracker/Sources/JRSwizzle.h",
+        "ATInternetTracker/Sources/JRSwizzle.m",
+        "ATInternetTracker/Sources/KLCPopup.h",
+        "ATInternetTracker/Sources/KLCPopup.m",
+        "ATInternetTracker/Sources/SocketAckEmitter.swift",
+        "ATInternetTracker/Sources/SocketAckManager.swift",
+        "ATInternetTracker/Sources/SocketAnyEvent.swift",
+        "ATInternetTracker/Sources/SocketClientManager.swift",
+        "ATInternetTracker/Sources/SocketEngine.swift",
+        "ATInternetTracker/Sources/SocketEngineClient.swift",
+        "ATInternetTracker/Sources/SocketEnginePacketType.swift",
+        "ATInternetTracker/Sources/SocketEnginePollable.swift",
+        "ATInternetTracker/Sources/SocketEngineSpec.swift",
+        "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
+        "ATInternetTracker/Sources/SocketEventHandler.swift",
+        "ATInternetTracker/Sources/SocketExtensions.swift",
+        "ATInternetTracker/Sources/SocketIOClient.swift",
+        "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
+        "ATInternetTracker/Sources/SocketIOClientOption.swift",
+        "ATInternetTracker/Sources/SocketIOClientSpec.swift",
+        "ATInternetTracker/Sources/SocketIOClientStatus.swift",
+        "ATInternetTracker/Sources/SocketLogger.swift",
+        "ATInternetTracker/Sources/SocketPacket.swift",
+        "ATInternetTracker/Sources/SocketParsable.swift",
+        "ATInternetTracker/Sources/SocketStringReader.swift",
+        "ATInternetTracker/Sources/SocketTypes.swift",
+        "ATInternetTracker/Sources/SSLSecurity.swift",
+        "ATInternetTracker/Sources/WebSocket.swift",
+        "ATInternetTracker/Sources/Compression.swift",
+        "ATInternetTracker/Sources/zlib/*",
+        "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
+      ],
+      "resources": [
+        "ATInternetTracker/Sources/*.{plist,json,mp3,ttf}",
+        "ATInternetTracker/Sources/TrackerBundle.bundle"
+      ],
+      "frameworks": [
+        "CoreData",
+        "CoreFoundation",
+        "UIKit",
+        "SystemConfiguration"
+      ],
+      "platforms": {
+        "tvos": "9.0"
+      }
+    }
+  ]
+}