Skip to content

Commit

Permalink
Pin polyline to v4.1.1 (#181)
Browse files Browse the repository at this point in the history
😢
  • Loading branch information
Bobby Sudekum committed Sep 29, 2017
1 parent 042840b commit d2027a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "raphaelmor/Polyline" ~> 4.1.1
github "raphaelmor/Polyline" == 4.1.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "3.5.4"
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "3.6.4"
github "AliSoftware/OHHTTPStubs" "6.0.0"
github "raphaelmor/Polyline" "v4.1.1"
2 changes: 1 addition & 1 deletion MapboxDirections.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.module_name = "MapboxDirections"

s.dependency "Polyline", "~> 4.1.0"
s.dependency "Polyline", "4.1.1"

end

0 comments on commit d2027a0

Please sign in to comment.