diff --git a/Specs/5/8/b/MapboxNavigation/1.1.0-test.1/MapboxNavigation.podspec.json b/Specs/5/8/b/MapboxNavigation/1.1.0-test.1/MapboxNavigation.podspec.json new file mode 100644 index 000000000000000..9bf5d3dab9b4ce0 --- /dev/null +++ b/Specs/5/8/b/MapboxNavigation/1.1.0-test.1/MapboxNavigation.podspec.json @@ -0,0 +1,53 @@ +{ + "name": "MapboxNavigation", + "version": "1.1.0-test.1", + "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.1.0" + }, + "source_files": "MapboxNavigation/**/*.{h,m,swift}", + "resources": [ + "MapboxNavigation/Resources/*/*", + "MapboxNavigation/Resources/*" + ], + "requires_arc": true, + "module_name": "MapboxNavigation", + "dependencies": { + "MapboxCoreNavigation": [ + "1.1.0" + ], + "test-1ec5-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" +}