Skip to content

Commit

Permalink
Release 0.5.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman authored Jan 14, 2025
1 parent 57532e4 commit 560f482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpruceIDMobileSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDMobileSdk"
spec.version = "0.4.0"
spec.version = "0.5.0"
spec.summary = "Swift Mobile SDK."
spec.description = <<-DESC
SpruceID Swift Mobile SDK.
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
spec.source_files = "Sources/MobileSdk/*.swift"

spec.static_framework = true
spec.dependency 'SpruceIDMobileSdkRs', "~> 0.4.1"
spec.dependency 'SpruceIDMobileSdkRs', "~> 0.5.1"
spec.dependency 'SwiftAlgorithms', "~> 1.0.0"
spec.frameworks = 'Foundation', 'CoreBluetooth', 'CryptoKit'
end

0 comments on commit 560f482

Please sign in to comment.