blob: 3825adcab60546b87ba46e0cb2ec8acd178848e6 [file] [log] [blame]
{
"name": "KochavaTrackeriOS",
"version": "4.1.1",
"summary": "The KochavaTracker module of the KochavaTracker iOS SDK.",
"description": "The KochavaTracker module is an optional module within the Kochava SDK providing install attribution and analytics.",
"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": "4.1.1"
},
"platforms": {
"ios": "10.3"
},
"source_files": "KochavaTrackeriOS/Classes/**/*",
"public_header_files": "KochavaTrackeriOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"AdSupport",
"CoreGraphics",
"CoreLocation",
"CoreTelephony",
"iAd",
"SystemConfiguration",
"WebKit"
],
"dependencies": {
"KochavaCoreiOS": [
"~> 4.1.1"
]
},
"vendored_libraries": [
"KochavaTrackeriOS/Libraries/libKochavaCoreiOS.a",
"KochavaTrackeriOS/Libraries/libKochavaTrackeriOS.a"
],
"preserve_paths": [
"KochavaTrackeriOS/Libraries/libKochavaCoreiOS.a",
"KochavaTrackeriOS/Libraries/libKochavaTrackeriOS.a"
],
"swift_versions": "5.0",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}