Make example version agnostic

This commit is contained in:
Daniel
2023-07-04 00:37:24 +02:00
committed by GitHub
parent 814cdd6b84
commit 3861eed892

View File

@@ -42,7 +42,7 @@ as a package dependency in Xcode.
Add the following to the dependencies array of your `Package.swift`:
``` swift
.package(url: "https://github.com/breez/breez-sdk-swift.git", from: "0.0.4"),
.package(url: "https://github.com/breez/breez-sdk-swift.git", from: "<version>"),
```
### CocoaPods