From 2bbd2f7ca9a54945f946bf8be6fc1b253604df41 Mon Sep 17 00:00:00 2001 From: gamada-de Date: Tue, 1 Feb 2022 15:23:21 +0100 Subject: [PATCH] Update README.md Release 0.7.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ba545..9695d6a 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ The setup with a separate target for App Store releases will help you prevent se To integrate DBDebugToolkit into your Xcode project using Carthage, specify it in your Cartfile: ```ruby -github "dbukowski/DBDebugToolkit" ~> 0.6.0 +github "dbukowski/DBDebugToolkit" ~> 0.7.0 ``` Run carthage update to build the framework and drag the built DBDebugToolkit.framework into your Xcode project.