We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced3c28 commit b91d21dCopy full SHA for b91d21d
README.md
@@ -17,15 +17,15 @@ 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", from: "0.3.0")
+.package(url: "https://github.com/fpseverino/swift-wallet.git", from: "0.4.0"),
21
```
22
23
and add the product you want to use to your target's dependencies:
24
25
26
-.product(name: "WalletPasses", package: "swift-wallet")
+.product(name: "WalletPasses", package: "swift-wallet"),
27
28
29
30
-.product(name: "WalletOrders", package: "swift-wallet")
+.product(name: "WalletOrders", package: "swift-wallet"),
31
0 commit comments