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