Skip to content

Commit

Permalink
Update README for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Scalesse committed Jan 7, 2024
1 parent 4e5cc82 commit 5f93ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ Setup Instructions

Install with CocoaPods by adding the following to your `Podfile`:
```ruby
pod 'Toast', '~> 4.0.0'
pod 'Toast', '~> 4.1.0'
```

[Carthage](https://github.com/Carthage/Carthage)
------------------

Install with Carthage by adding the following to your `Cartfile`:
```ogdl
github "scalessec/Toast" ~> 4.0.0
github "scalessec/Toast" ~> 4.1.0
```
Run `carthage update` to build the framework and link against `Toast.framework`. Then, `#import <Toast/Toast.h>`.
Run `carthage update --use-xcframeworks` to build the framework and link against `Toast.xcframework`. Then, `#import <Toast/Toast.h>`.

Manually
--------
Expand Down

0 comments on commit 5f93ef0

Please sign in to comment.