blob: 54b8cb20d081f7d4b1a6fcdbbad2565e8026251c [file] [log] [blame]
{
"name": "KochavaTracker",
"module_name": "KochavaTracker",
"version": "3.14.3",
"summary": "The KochavaTracker iOS 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/cschelly/kochava-tracker-ios-sdk-cocoapod.git",
"tag": "3.14.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KochavaTrackeriOS/Classes/**/*",
"module_map": "KochavaTrackeriOS/Modules/module.modulemap",
"preserve_paths": [
"KochavaTrackeriOS/Libraries/libKochavaCoreiOS.a",
"KochavaTrackeriOS/Libraries/libKochavaTrackeriOS.a"
],
"public_header_files": "KochavaTrackeriOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"AdSupport",
"CoreGraphics",
"CoreLocation",
"CoreTelephony",
"iAd",
"SystemConfiguration",
"WebKit"
],
"vendored_libraries": [
"KochavaTrackeriOS/Libraries/libKochavaCoreiOS.a",
"KochavaTrackeriOS/Libraries/libKochavaTrackeriOS.a"
],
"libraries": "KochavaTrackeriOS"
}