Skip to content

Commit f04e12e

Browse files
committed
Documentation update
1 parent a85fd51 commit f04e12e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ MapLibre/Mapbox vector tiles (MVT) reader/writer library for Swift, together wit
2828

2929
## Requirements
3030

31-
This package requires Swift 5.10 or higher (at least Xcode 14), and compiles on iOS (\>= iOS 13), macOS (\>= macOS 13), tvOS (\>= tvOS 13), watchOS (\>= watchOS 6) as well as Linux.
31+
This package requires Swift 6.0 or higher (at least Xcode 15), and compiles on iOS (\>= iOS 15), macOS (\>= macOS 14), tvOS (\>= tvOS 15), watchOS (\>= watchOS 8) as well as Linux.
3232

3333
## Installation with Swift Package Manager
3434

3535
```swift
3636
dependencies: [
37-
.package(url: "https://github.com/Outdooractive/mvt-tools", from: "1.8.0"),
37+
.package(url: "https://github.com/Outdooractive/mvt-tools", from: "1.10.1"),
3838
],
3939
targets: [
4040
.target(name: "MyTarget", dependencies: [

0 commit comments

Comments
 (0)