blob: 4afd296e141ce102399dc51228809820f7ac2969 [file] [log] [blame]
{
"name": "test-1ec5-MapboxNavigation",
"version": "1.0.0+2",
"summary": "Complete turn-by-turn navigation interface for iOS.",
"description": "The Mapbox Navigation SDK for iOS is a drop-in interface for turn-by-turn navigation along a route, complete with a well-designed map and easy-to-understand spoken directions. Routes are powered by Mapbox Directions.",
"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": "MapboxNavigation/**/*.{h,m,swift}",
"resources": [
"MapboxNavigation/Resources/*/*",
"MapboxNavigation/Resources/*"
],
"requires_arc": true,
"module_name": "MapboxNavigation",
"dependencies": {
"test-1ec5-MapboxCoreNavigation": [
"1.0.0+2"
],
"Mapbox-iOS-SDK": [
"~> 6.0"
],
"Solar": [
"~> 2.1"
],
"MapboxSpeech": [
"~> 1.0"
],
"MapboxMobileEvents": [
"~> 0.10.2"
]
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))",
"EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": "arm64 arm64e armv7 armv7s armv6 armv8"
},
"swift_version": "5.0"
}