Skip to content

Commit

Permalink
Specify patch version for pre-v1.0 dependency on Turf
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 5, 2020
1 parent 6d416b0 commit ef3cfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "raphaelmor/Polyline" ~> 4.2
github "mapbox/turf-swift" ~> 0.5
github "mapbox/turf-swift" ~> 0.5.0
2 changes: 1 addition & 1 deletion MapboxDirections.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"

s.dependency "Polyline", "~> 4.2"
s.dependency "Turf", "~> 0.5"
s.dependency "Turf", "~> 0.5.0"

end

0 comments on commit ef3cfe7

Please sign in to comment.