blob: 540573238a0a5b02d0bd43ff644550e118293f7a [file] [log] [blame]
{
"name": "test-1ec5-MapboxCoreNavigation",
"version": "1.0.0+1",
"summary": "Core components for turn-by-turn navigation on iOS.",
"description": "Mapbox Core Navigation provides the core spatial and timing logic for turn-by-turn navigation along a route. For a complete turn-by-turn navigation interface, use the Mapbox Navigation SDK for iOS (MapboxNavigation).",
"homepage": "https://docs.mapbox.com/ios/navigation/",
"documentation_url": "https://docs.mapbox.com/ios/api/navigation/",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-navigation-ios.git",
"tag": "v1.0.0-rc.5"
},
"source_files": "MapboxCoreNavigation",
"requires_arc": true,
"module_name": "MapboxCoreNavigation",
"dependencies": {
"MapboxNavigationNative": [
"~> 18.0.5"
],
"MapboxAccounts": [
"~> 2.3.0"
],
"MapboxDirections": [
"~> 1.0"
],
"MapboxMobileEvents": [
"~> 0.10.2"
],
"Turf": [
"~> 1.0"
]
},
"swift_versions": "5.0",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}