From f6c58a21f2f45435dcd19e388ba29908148eda98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Mu=CC=88nnich?= Date: Fri, 29 Dec 2023 14:10:18 +0100 Subject: [PATCH] Fix cocoapods dependencies --- Nimble.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Nimble.podspec b/Nimble.podspec index a358f7d0..b75167d7 100644 --- a/Nimble.podspec +++ b/Nimble.podspec @@ -35,8 +35,7 @@ Pod::Spec.new do |s| } [s.osx, s.ios].each do |platform| - platform.dependency 'CwlMachBadInstructionHandler', '~> 2.1.0' - platform.dependency 'CwlCatchException', '~> 2.1.0' + platform.dependency 'CwlPreconditionTesting', '~> 2.1.0' end s.cocoapods_version = '>= 1.4.0'