You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +36,7 @@ To install Turf using [CocoaPods](https://cocoapods.org/):
36
36
37
37
1. Specify the following dependency in your Podfile:
38
38
```rb
39
-
pod 'Turf', '~> 3'
39
+
pod 'Turf', '~> 3.0'
40
40
```
41
41
1. Run `pod repo update` if you haven’t lately.
42
42
1. Run `pod install` and open the resulting Xcode workspace.
@@ -48,7 +48,7 @@ To install Turf using [Carthage](https://github.com/Carthage/Carthage/):
48
48
49
49
1. Add the following dependency to your Cartfile:
50
50
```
51
-
github "mapbox/turf-swift" ~> 3
51
+
github "mapbox/turf-swift" ~> 3.0
52
52
```
53
53
1. Run `carthage bootstrap`.
54
54
1. Follow the rest of [Carthage’s integration instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application). Your application target’s Embedded Frameworks should include Turf.framework.
@@ -59,7 +59,7 @@ To install Turf using [Carthage](https://github.com/Carthage/Carthage/):
59
59
To install Turf using the [Swift Package Manager](https://swift.org/package-manager/), add the following package to the `dependencies` in your Package.swift file:
s.description="A spatial analysis library written in Swift for native iOS, macOS, tvOS, watchOS, visionOS, and Linux applications, ported from Turf.js."
0 commit comments