Skip to content

Commit

Permalink
Update Turf version
Browse files Browse the repository at this point in the history
  • Loading branch information
chezzdev committed May 28, 2021
1 parent 9d60971 commit 852e80f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "raphaelmor/Polyline" ~> 5.0
github "mapbox/turf-swift" "v2.0.0-alpha.3"
github "mapbox/turf-swift" "v2.0.0-beta.1"
github "Udumft/SwiftCLI" "carthage-fix"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "5.9.0"
github "AliSoftware/OHHTTPStubs" "9.1.0"
github "Udumft/SwiftCLI" "da19d2a16cd5aa838d8fb7256e28c171bc67dd82"
github "mapbox/mapbox-events-ios" "v0.10.8"
github "mapbox/turf-swift" "v2.0.0-alpha.3"
github "mapbox/turf-swift" "v2.0.0-beta.1"
github "raphaelmor/Polyline" "v5.0.2"
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", "~> 5.0"
s.dependency "Turf", "~> 2.0.0-alpha.3"
s.dependency "Turf", "~> 2.0.0-beta.1"

end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/mapbox/turf-swift.git",
"state": {
"branch": null,
"revision": "23e72d4174eacd76cc6414f063b427d2dac81cfb",
"version": "2.0.0-alpha.3"
"revision": "e460a117d2ac6b7a79a68c83ed75cb9a8acaeb6c",
"version": "2.0.0-beta.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/raphaelmor/Polyline.git", from: "5.0.2"),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", from: "2.0.0-alpha.3"),
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", from: "2.0.0-beta.1"),
.package(url: "https://github.com/jakeheis/SwiftCLI", from: "6.0.0"),
.package(url: "https://github.com/AliSoftware/OHHTTPStubs", from: "9.1.0")
],
Expand Down

0 comments on commit 852e80f

Please sign in to comment.