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
Copy file name to clipboardExpand all lines: README.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This package uses Swift Package Manager. To add it to your project:
26
26
2. Enter the package URL: `https://github.com/21-DOT-DEV/swift-secp256k1`
27
27
3. Select the desired version
28
28
29
-
### Using Package.swift
29
+
### Using Package.swift (Recommended)
30
30
31
31
Add the following to your `Package.swift` file:
32
32
@@ -50,22 +50,6 @@ Add the following to your `Podfile`:
50
50
pod 'swift-secp256k1', '0.20.0'
51
51
```
52
52
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
-
69
53
### Try it out
70
54
71
55
Use [SPI Playgrounds app](https://swiftpackageindex.com/try-in-a-playground):
0 commit comments