blob: 8890771dadacbee01c68194521a35ede30eb989c [file] [log] [blame]
{
"name": "KochavaLocationiOS",
"version": "3.11.3",
"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.11.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KochavaLocationiOS/Classes/**/*",
"public_header_files": "KochavaLocationiOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreGraphics",
"CoreLocation",
"SystemConfiguration"
],
"vendored_libraries": "KochavaLocationiOS/Libraries/libKochavaLocationiOS.a",
"preserve_paths": "KochavaLocationiOS/Libraries/libKochavaLocationiOS.a",
"libraries": "KochavaLocationiOS",
"dependencies": {
"KochavaTrackeriOS": [
]
}
}