From 5f93ef0cc60ff8f26a663b83c766d146f977efb0 Mon Sep 17 00:00:00 2001 From: Charles Scalesse Date: Sat, 6 Jan 2024 21:34:35 -0500 Subject: [PATCH] Update README for 4.1.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5200a25..c8c1157 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ 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) @@ -94,9 +94,9 @@ pod 'Toast', '~> 4.0.0' 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 `. +Run `carthage update --use-xcframeworks` to build the framework and link against `Toast.xcframework`. Then, `#import `. Manually --------