blob: e57cfd9e756f61c97bb57bcb875fbad1d5cdc795 [file] [log] [blame]
{
"name": "ATInternet-Apple-SDK",
"version": "1.0.2",
"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": "1.0.2"
},
"module_name": "Tracker",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"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/DeviceRotationOperation.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/SocketDelegate.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/JRSwizzle.h",
"ATInternetTracker/Sources/JRSwizzle.m",
"ATInternetTracker/Sources/KLCPopup.h",
"ATInternetTracker/Sources/KLCPopup.m",
"ATInternetTracker/Sources/SRWebSocket.h",
"ATInternetTracker/Sources/SRWebSocket.m",
"ATInternetTracker/Sources/SmartTracker.h",
"ATInternetTracker/Sources/tvOSTracker.h",
"ATInternetTracker/Sources/watchOSTracker.h",
"ATInternetTracker/Sources/UILabelExtension.swift"
],
"resources": [
"ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json}",
"ATInternetTracker/Sources/Images.xcassets"
],
"frameworks": [
"CoreData",
"CoreFoundation",
"UIKit",
"CoreTelephony",
"SystemConfiguration"
],
"platforms": {
"ios": "8.0"
}
},
{
"name": "SmartTracker",
"source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
"resources": [
"ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json,mp3,ttf}",
"ATInternetTracker/Sources/Images.xcassets",
"ATInternetTracker/Sources/SmartSDK.xcassets",
"ATInternetTracker/Sources/en.lproj",
"ATInternetTracker/Sources/fr.lproj"
],
"frameworks": [
"CoreData",
"CoreFoundation",
"UIKit",
"CoreTelephony",
"SystemConfiguration",
"CFNetwork",
"Security",
"Foundation"
],
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAT_SMART_TRACKER"
},
"libraries": "icucore"
},
{
"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/DeviceRotationOperation.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/SocketDelegate.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/JRSwizzle.h",
"ATInternetTracker/Sources/JRSwizzle.m",
"ATInternetTracker/Sources/KLCPopup.h",
"ATInternetTracker/Sources/KLCPopup.m",
"ATInternetTracker/Sources/SRWebSocket.h",
"ATInternetTracker/Sources/SRWebSocket.m",
"ATInternetTracker/Sources/SmartTracker.h",
"ATInternetTracker/Sources/tvOSTracker.h",
"ATInternetTracker/Sources/watchOSTracker.h",
"ATInternetTracker/Sources/UILabelExtension.swift"
],
"resources": [
"ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json,mp3,ttf}",
"ATInternetTracker/Sources/Images.xcassets"
],
"frameworks": [
"CoreData",
"CoreFoundation",
"UIKit",
"SystemConfiguration"
],
"platforms": {
"tvos": "9.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/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/DeviceRotationOperation.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/SocketDelegate.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/JRSwizzle.h",
"ATInternetTracker/Sources/JRSwizzle.m",
"ATInternetTracker/Sources/KLCPopup.h",
"ATInternetTracker/Sources/KLCPopup.m",
"ATInternetTracker/Sources/SRWebSocket.h",
"ATInternetTracker/Sources/SRWebSocket.m",
"ATInternetTracker/Sources/SmartTracker.h",
"ATInternetTracker/Sources/tvOSTracker.h",
"ATInternetTracker/Sources/watchOSTracker.h",
"ATInternetTracker/Sources/UILabelExtension.swift"
],
"frameworks": [
"CoreData",
"CoreFoundation",
"WatchKit",
"UIKit",
"SystemConfiguration",
"CoreTelephony"
],
"platforms": {
"ios": "8.0"
},
"resources": [
"ATInternetTracker/Sources/*.{plist,xcdatamodeld,png,json}",
"ATInternetTracker/Sources/Images.xcassets"
]
},
{
"name": "watchOSTracker",
"source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
"exclude_files": [
"ATInternetTracker/Sources/BackgroundTask.swift",
"ATInternetTracker/Sources/Reachability.swift",
"ATInternetTracker/Sources/Debugger.swift",
"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/DeviceRotationOperation.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/SocketDelegate.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/JRSwizzle.h",
"ATInternetTracker/Sources/JRSwizzle.m",
"ATInternetTracker/Sources/KLCPopup.h",
"ATInternetTracker/Sources/KLCPopup.m",
"ATInternetTracker/Sources/SRWebSocket.h",
"ATInternetTracker/Sources/SRWebSocket.m",
"ATInternetTracker/Sources/SmartTracker.h",
"ATInternetTracker/Sources/tvOSTracker.h",
"ATInternetTracker/Sources/watchOSTracker.h",
"ATInternetTracker/Sources/UILabelExtension.swift"
],
"frameworks": [
"CoreData",
"CoreFoundation",
"WatchKit"
],
"platforms": {
"watchos": "2.0"
},
"resources": [
"ATInternetTracker/Sources/DefaultConfiguration.plist",
"ATInternetTracker/Sources/core.manifest.json",
"ATInternetTracker/Sources/*.xcdatamodeld"
]
}
]
}