From d118536f6e613f10b52e74ddd79cc2435a044bff Mon Sep 17 00:00:00 2001 From: Arnfried Griesert Date: Mon, 20 Mar 2023 08:22:33 +0100 Subject: [PATCH] Revert change in Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index a65ebc66d..c31896198 100644 --- a/Podfile +++ b/Podfile @@ -61,7 +61,7 @@ def import_MatrixKit_pods end def import_SwiftUI_pods - pod 'Introspect', '0.1.4' + pod 'Introspect', '~> 0.1' pod 'DSBottomSheet', '~> 0.3' pod 'ZXingObjC', '~> 3.6.5' end