Skip to content

Commit

Permalink
Tag 0.3.1 release (#47)
Browse files Browse the repository at this point in the history
* Tag 0.3.1 release
  • Loading branch information
rschulman authored Nov 4, 2024
1 parent 714f2e4 commit 7203a5d
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.3.0"
spec.version = "0.3.1"
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.2.2"
spec.dependency 'SpruceIDMobileSdkRs', "~> 0.3.0"
spec.dependency 'SwiftAlgorithms', "~> 1.0.0"
spec.frameworks = 'Foundation', 'CoreBluetooth', 'CryptoKit'
end

0 comments on commit 7203a5d

Please sign in to comment.