blob: 34c03e7ba517467cd7f3148e01bf0b2be823204a [file] [log] [blame]
{
"name": "KochavaLocationiOS",
"version": "3.17.0",
"summary": "The KochavaLocation module of the KochavaTracker iOS SDK.",
"description": "The KochavaLocation module provides location and geofence engagement.",
"homepage": "http://www.kochava.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Kochava": "support@kochava.com"
},
"source": {
"git": "https://github.com/Kochava/kochava-location-ios-cocoapod.git",
"tag": "3.17.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KochavaLocationiOS/Classes/**/*",
"public_header_files": "KochavaLocationiOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreGraphics",
"CoreLocation",
"SystemConfiguration"
],
"dependencies": {
"KochavaTrackeriOS": [
"~> 3.16"
]
},
"vendored_libraries": "KochavaLocationiOS/Libraries/libKochavaLocationiOS.a",
"preserve_paths": "KochavaLocationiOS/Libraries/libKochavaLocationiOS.a",
"libraries": "KochavaLocationiOS",
"swift_versions": "5.0",
"swift_version": "5.0"
}