blob: d62040f1af07dbc91b65ca010a828f43011b77b9 [file] [log] [blame]
{
"name": "KochavaTrackerTVOS",
"version": "4.1.1",
"summary": "The KochavaTracker module of the KochavaTracker tvOS SDK.",
"description": "A lightweight and easy to integrate SDK written in Objective-C, providing first-class integration with Kochava’s installation attribution and analytics platform.",
"homepage": "http://www.kochava.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Kochava": "support@kochava.com"
},
"source": {
"git": "https://github.com/Kochava/kochava-tracker-tvos-sdk-cocoapod.git",
"tag": "4.1.1"
},
"platforms": {
"tvos": "10.2"
},
"source_files": "KochavaTrackerTVOS/Classes/**/*",
"public_header_files": "KochavaTrackerTVOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"AdSupport",
"SystemConfiguration"
],
"dependencies": {
"KochavaCoreTVOS": [
"~> 4.1.1"
]
},
"vendored_libraries": [
"KochavaTrackerTVOS/Libraries/libKochavaCoreTVOS.a",
"KochavaTrackerTVOS/Libraries/libKochavaTrackerTVOS.a"
],
"preserve_paths": [
"KochavaTrackerTVOS/Libraries/libKochavaCoreTVOS.a",
"KochavaTrackerTVOS/Libraries/libKochavaTrackerTVOS.a"
],
"swift_versions": "5.0",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"swift_version": "5.0"
}