blob: f5e90958a733d0de1a1a7dc1c12af79d25807c8d [file] [log] [blame]
{
"name": "ATInternet-Apple-SDK",
"version": "2.15.1",
"summary": "AT Internet mobile analytics solution for Apple devices",
"homepage": "https://github.com/at-internet/atinternet-apple-sdk",
"documentation_url": "https://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.15.1"
},
"module_name": "Tracker",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5",
"subspecs": [
{
"name": "Tracker",
"source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
"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"
],
"frameworks": [
"CoreData",
"CoreFoundation",
"WatchKit",
"UIKit",
"SystemConfiguration",
"CoreTelephony"
],
"platforms": {
"ios": "8.0"
},
"resources": [
"ATInternetTracker/Sources/*.{plist,json}",
"ATInternetTracker/Sources/TrackerBundle.bundle"
]
},
{
"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"
],
"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/TrackerTests-Bridging-Header.h",
"ATInternetTracker/Sources/watchOSTracker.h"
],
"resources": [
"ATInternetTracker/Sources/*.{plist,json,mp3,ttf}",
"ATInternetTracker/Sources/TrackerBundle.bundle"
],
"frameworks": [
"CoreData",
"CoreFoundation",
"UIKit",
"SystemConfiguration"
],
"platforms": {
"tvos": "9.0"
}
}
]
}