From dec0b28d37ae65db41de9bc8e6e463e03a83872f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juliano=20C=C3=A9zar=20Chagas=20Tavares?= Date: Fri, 13 Dec 2024 13:28:52 -0300 Subject: [PATCH] [Android][Swift] Bump mobile-sdk-rs to 0.4.1 on Cocoapods and comment debug command (#64) --- SpruceIDMobileSdk.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpruceIDMobileSdk.podspec b/SpruceIDMobileSdk.podspec index 81981a9..b606a87 100644 --- a/SpruceIDMobileSdk.podspec +++ b/SpruceIDMobileSdk.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |spec| spec.source_files = "Sources/MobileSdk/*.swift" spec.static_framework = true - spec.dependency 'SpruceIDMobileSdkRs', "~> 0.3.0" + spec.dependency 'SpruceIDMobileSdkRs', "~> 0.4.1" spec.dependency 'SwiftAlgorithms', "~> 1.0.0" spec.frameworks = 'Foundation', 'CoreBluetooth', 'CryptoKit' end