Skip to content

Commit 4f94e2d

Browse files
committed
Update Readme
1 parent 659a444 commit 4f94e2d

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This package uses Swift Package Manager. To add it to your project:
2626
2. Enter the package URL: `https://github.com/21-DOT-DEV/swift-secp256k1`
2727
3. Select the desired version
2828

29-
### Using Package.swift
29+
### Using Package.swift (Recommended)
3030

3131
Add the following to your `Package.swift` file:
3232

@@ -50,22 +50,6 @@ Add the following to your `Podfile`:
5050
pod 'swift-secp256k1', '0.20.0'
5151
```
5252

53-
54-
### Swift versions
55-
56-
The most recent versions of swift-secp256k1 support Swift 6.0 and newer. The minimum Swift version supported by swift-secp256k1 releases are detailed below:
57-
58-
swift-secp256k1 | Minimum Swift Version
59-
------------------|----------------------
60-
`2.0.0 ..< 2.1.0` | 5.2
61-
`2.1.0 ..< 2.2.0` | 5.4
62-
`2.2.0 ..< 2.4.2` | 5.5
63-
`2.4.2 ..< 3.1.0` | 5.6
64-
`3.1.0 ..< 3.3.0` | 5.7
65-
`3.3.0 ..< 3.8.0` | 5.8
66-
`3.8.0 ...` | 5.9
67-
`0.20.0 ...` | 6.0
68-
6953
### Try it out
7054

7155
Use [SPI Playgrounds app](https://swiftpackageindex.com/try-in-a-playground):

0 commit comments

Comments
 (0)