Skip to content

Commit

Permalink
Change README version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Arnett committed Feb 21, 2024
1 parent 63efc4e commit 5436ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "SuiKit",
platforms: [.iOS(.v15), .macOS(.v12), .watchOS(.v8), .tvOS(.v15)],
platforms: [.iOS(.v13), .macOS(.v11), .watchOS(.v7), .tvOS(.v13)],
products: [
.library(
name: "SuiKit",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SuiKit is a Swift SDK natively designed to make developing for the Sui Blockchai
| Platform | Minimum Swift Version | Installation | Status |
| --- | --- | --- | --- |
| iOS 16.0+ / macOS 13.0+ / tvOS 16.0+ / watchOS 9.0+ | 5.5 | [Swift Package Manager](#swift-package-manager) | Fully Tested |
| iOS 15.0 / macOS 12.0 / tvOS 15.0 / watchOS 8.0 | 5.5 | [Swift Package Manager](#swift-package-manager) | Fully Tested (no SECP256R1, no Kiosk) |
| iOS 13.0-15.0 / macOS 11.0-12.0 / tvOS 13.0-15.0 / watchOS 7.0-8.0 | 5.5 | [Swift Package Manager](#swift-package-manager) | Fully Tested (no SECP256R1, no Kiosk) |

## Installation

Expand Down

0 comments on commit 5436ff8

Please sign in to comment.