File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ This package provides tools to create passes and orders for the Apple Wallet app
1717Use the SPM string to easily include the dependendency in your ` Package.swift ` file
1818
1919``` swift
20- .package (url : " https://github.com/fpseverino/swift-wallet.git" , from : " 0.3 .0" )
20+ .package (url : " https://github.com/fpseverino/swift-wallet.git" , from : " 0.4 .0" ),
2121```
2222
2323and add the product you want to use to your target's dependencies:
2424
2525``` swift
26- .product (name : " WalletPasses" , package : " swift-wallet" )
26+ .product (name : " WalletPasses" , package : " swift-wallet" ),
2727```
2828
2929``` swift
30- .product (name : " WalletOrders" , package : " swift-wallet" )
30+ .product (name : " WalletOrders" , package : " swift-wallet" ),
3131```
You can’t perform that action at this time.
0 commit comments