Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jun 26, 2024
1 parent 42367dd commit d774b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ The table below shows a list of PassKit major releases alongside their compatibl

|Version|Swift|SPM|
|---|---|---|
|0.3.0|5.10+|`from: "0.3.0"`|
|0.3.0|5.10+|`from: "0.3.1"`|
|0.2.0|5.9+|`from: "0.2.0"`|
|0.1.0|5.9+|`from: "0.1.0"`|

Use the SPM string to easily include the dependendency in your `Package.swift` file

```swift
.package(url: "https://github.com/vapor-community/PassKit.git", from: "0.3.0")
.package(url: "https://github.com/vapor-community/PassKit.git", from: "0.3.1")
```

and add it to your target's dependencies:
Expand Down

0 comments on commit d774b73

Please sign in to comment.