blob: edebd3ea1a49ea0242dbacd569db7b43036d4485 [file] [log] [blame]
{
"name": "KochavaTrackeriOS",
"version": "3.6.1",
"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/Kochava/kochava-tracker-ios-sdk-cocoapod.git",
"tag": "3.6.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KochavaTrackeriOS/Classes/**/*",
"public_header_files": "KochavaTrackeriOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"AdSupport",
"iAd",
"CoreLocation",
"SystemConfiguration",
"AVFoundation"
],
"vendored_libraries": "KochavaTrackeriOS/Libraries/libKochavaTrackeriOS.a",
"preserve_paths": "KochavaTrackeriOS/Libraries/libKochavaTrackeriOS.a",
"libraries": "KochavaTrackeriOS"
}