From ea98b291ee914d16631b973ba1d7245afe6e6a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 14 Apr 2017 21:18:54 -0700 Subject: [PATCH 1/2] Tightened dependency version requirements Pre-1.0 dependencies are now specified up to the patch version (still with the tadpole operator) for both Carthage and CocoaPods. Also upgraded to Mapbox iOS SDK v3.5.2 and Polyline v4.1.1. --- Cartfile | 4 ++-- Cartfile.resolved | 4 ++-- MapboxCoreNavigation.podspec | 4 ++-- MapboxNavigation.podspec | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cartfile b/Cartfile index 5ad198254e..ab91851387 100644 --- a/Cartfile +++ b/Cartfile @@ -1,6 +1,6 @@ binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" ~> 3.5 -github "mapbox/MapboxDirections.swift" ~> 0.8 +github "mapbox/MapboxDirections.swift" ~> 0.8.0 github "52inc/Pulley" ~> 1.3.1 github "rs/SDWebImage" ~> 4.0 -github "Project-OSRM/osrm-text-instructions.swift" ~> 0.1 +github "Project-OSRM/osrm-text-instructions.swift" ~> 0.1.0 github "frederoni/aws-sdk-ios" "1a8432b03c22326fb7ed86fac978212106e2d465" diff --git a/Cartfile.resolved b/Cartfile.resolved index 59a877c05a..ed8689c6a2 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,7 +1,7 @@ -binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "3.5.0" +binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "3.5.2" github "52inc/Pulley" "1.3.1" github "Project-OSRM/osrm-text-instructions.swift" "v0.1.0" github "frederoni/aws-sdk-ios" "1a8432b03c22326fb7ed86fac978212106e2d465" github "mapbox/MapboxDirections.swift" "v0.8.1" -github "raphaelmor/Polyline" "f86f34dac9aae7e027fd9f62c2e01dd77f1ee312" +github "raphaelmor/Polyline" "v4.1.1" github "rs/SDWebImage" "4.0.0" diff --git a/MapboxCoreNavigation.podspec b/MapboxCoreNavigation.podspec index 9105e709c7..b039d2d8d4 100644 --- a/MapboxCoreNavigation.podspec +++ b/MapboxCoreNavigation.podspec @@ -39,8 +39,8 @@ Pod::Spec.new do |s| s.requires_arc = true s.module_name = "MapboxCoreNavigation" - s.dependency "MapboxDirections.swift", "~> 0.8" - s.dependency "OSRMTextInstructions", "~> 0.1" + s.dependency "MapboxDirections.swift", "~> 0.8.0" + s.dependency "OSRMTextInstructions", "0.1.0" s.xcconfig = { "SWIFT_VERSION" => "3.0" diff --git a/MapboxNavigation.podspec b/MapboxNavigation.podspec index 7a349cb977..75923fb0db 100644 --- a/MapboxNavigation.podspec +++ b/MapboxNavigation.podspec @@ -43,9 +43,9 @@ Pod::Spec.new do |s| s.module_name = "MapboxNavigation" s.dependency "MapboxCoreNavigation" - s.dependency "MapboxDirections.swift", "~> 0.8" + s.dependency "MapboxDirections.swift", "~> 0.8.0" s.dependency "Mapbox-iOS-SDK", "~> 3.5" - s.dependency "OSRMTextInstructions", "~> 0.1" + s.dependency "OSRMTextInstructions", "0.1.0" s.dependency "Pulley", "~> 1.3" s.dependency "SDWebImage", "~> 4.0" s.dependency "AWSPolly", "~> 2.5" From 98d422f8848fb90e52378c9494e74c72a8c5561d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 14 Apr 2017 21:21:12 -0700 Subject: [PATCH 2/2] v0.2.1 --- MapboxCoreNavigation.podspec | 2 +- MapboxNavigation.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MapboxCoreNavigation.podspec b/MapboxCoreNavigation.podspec index b039d2d8d4..777fd7f181 100644 --- a/MapboxCoreNavigation.podspec +++ b/MapboxCoreNavigation.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "MapboxCoreNavigation" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "Core components for turn-by-turn navigation on iOS." s.description = <<-DESC diff --git a/MapboxNavigation.podspec b/MapboxNavigation.podspec index 75923fb0db..280b316b25 100644 --- a/MapboxNavigation.podspec +++ b/MapboxNavigation.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "MapboxNavigation" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "Complete turn-by-turn navigation interface for iOS." s.description = <<-DESC