blob: c0dd7e12a4187efa6f862f4998d34e070d65f757 [file] [log] [blame]
{
"name": "KochavaTrackerTVOS",
"version": "3.14.0",
"summary": "The KochavaTracker tvOS SDK. Kochava is a leading mobile attribution and analytics platform.",
"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": "3.14.0"
},
"platforms": {
"tvos": "9.0"
},
"source_files": "KochavaTrackerTVOS/Classes/**/*",
"public_header_files": "KochavaTrackerTVOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"AdSupport",
"SystemConfiguration"
],
"vendored_libraries": [
"KochavaTrackerTVOS/Libraries/libKochavaCoreTVOS.a",
"KochavaTrackerTVOS/Libraries/libKochavaTrackerTVOS.a"
],
"preserve_paths": [
"KochavaTrackerTVOS/Libraries/libKochavaCoreTVOS.a",
"KochavaTrackerTVOS/Libraries/libKochavaTrackerTVOS.a"
],
"libraries": "KochavaTrackerTVOS"
}