Skip to content

Commit

Permalink
iOS: Update README.md for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Dec 7, 2023
1 parent e896896 commit f2c6ef3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions ios/RainbowSloth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ Add this repository as a dependency to your `Package.swift` file like so:

```swift
dependencies: [
.package(url: "https://github.com/lambdapioneer/sloth-ios.git", from: "0.0.2"),
// ...
.package(url: "https://github.com/lambdapioneer/sloth-ios.git", from: "0.3.0"),
],

// ...

targets: [
.target(
name: "YourAppTarget",
dependencies: [
// ...
.product(name: "RainbowSloth", package: "sloth-ios")
]
],
// ...
)
// ...
]
```


Expand Down

0 comments on commit f2c6ef3

Please sign in to comment.