Skip to content

Commit

Permalink
Polyline v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Nov 5, 2020
1 parent d999edf commit 2197fe1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 "raphaelmor/Polyline" ~> 5.0
github "mapbox/turf-swift" ~> 1.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "5.9.0"
github "linksmt/OHHTTPStubs" "563f48d3fab84ef04639649c770b00f4fa502cca"
github "mapbox/mapbox-events-ios" "v0.10.5"
github "mapbox/turf-swift" "v1.0.0"
github "raphaelmor/Polyline" "v4.2.1"
github "raphaelmor/Polyline" "v5.0.0"
2 changes: 1 addition & 1 deletion MapboxDirections.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.module_name = "MapboxDirections"
s.swift_version = "5.0"

s.dependency "Polyline", "~> 4.2"
s.dependency "Polyline", "~> 5.0"
s.dependency "Turf", "~> 1.0"

end
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/raphaelmor/Polyline.git",
"state": {
"branch": null,
"revision": "011fbc1b0f27a3398bd0fb7c5e2cf5c62ae82717",
"version": "4.2.1"
"revision": "cf0e3a1a0c91b9ad82f97a004fee13a89cc5981c",
"version": "5.0.0"
}
},
{
"package": "Turf",
"repositoryURL": "https://github.com/mapbox/turf-swift.git",
"state": {
"branch": null,
"revision": "985b4bdb7256c2f8adad10353b3338a466391469",
"version": "0.5.0"
"revision": "19d184102927cfc6dba49647850c6fd3e1f5f336",
"version": "1.0.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/raphaelmor/Polyline.git", from: "4.2.1"),
.package(url: "https://github.com/raphaelmor/Polyline.git", from: "5.0.0"),
.package(url: "https://github.com/mapbox/turf-swift.git", from: "1.0.0")
],
targets: [
Expand Down

0 comments on commit 2197fe1

Please sign in to comment.