We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3804ece commit c8c5fc6Copy full SHA for c8c5fc6
README.md
@@ -17,7 +17,7 @@ This package provides tools to create passes and orders for the Apple Wallet app
17
Use the SPM string to easily include the dependendency in your `Package.swift` file
18
19
```swift
20
-.package(url: "https://github.com/fpseverino/swift-wallet.git", branch: "main")
+.package(url: "https://github.com/fpseverino/swift-wallet.git", from: "0.1.0")
21
```
22
23
and add the product you want to use to your target's dependencies:
0 commit comments