blob: b5b6b6a505765daf785d81e17545bc4f42f91f40 [file] [log] [blame]
{
"name": "ATInternet-Apple-SDK-AppExtension",
"version": "2.9.4",
"summary": "AT Internet mobile analytics solution for iOS App Extension",
"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.9.4"
},
"module_name": "TrackerExtension",
"static_framework": true,
"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"
],
"swift_version": "4.1"
}