blob: 4d24401a08d4715ea0d90b4afcc5f3a2c646fb40 [file] [log] [blame]
{
"name": "KochavaLocationiOS",
"version": "4.0.0",
"summary": "The KochavaLocation module of the KochavaTracker iOS SDK.",
"description": "The KochavaLocation module is an optional module within the Kochava SDK providing geofence engagement and geolocation tracking.",
"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": "4.0.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "KochavaLocationiOS/Classes/**/*",
"public_header_files": "KochavaLocationiOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreGraphics",
"CoreLocation",
"SystemConfiguration"
],
"dependencies": {
"KochavaTrackeriOS": [
"~> 4.0.0"
]
},
"vendored_libraries": "KochavaLocationiOS/Libraries/libKochavaLocationiOS.a",
"preserve_paths": "KochavaLocationiOS/Libraries/libKochavaLocationiOS.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"
}