Skip to content

Commit

Permalink
Bump mobile-sdk-rs v0.0.32 (#38)
Browse files Browse the repository at this point in the history
* mobile-sdk-rs v0.0.32

* Bump version for release

* Bump podspec spec.dependency
  • Loading branch information
Juliano1612 authored Oct 2, 2024
1 parent f23afb2 commit daedd38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["SpruceIDMobileSdk"])
],
dependencies: [
.package(url: "https://github.com/spruceid/mobile-sdk-rs.git", exact: "0.0.31"),
.package(url: "https://github.com/spruceid/mobile-sdk-rs.git", exact: "0.0.32"),
// .package(path: "../mobile-sdk-rs"),
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0")
],
Expand Down
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.0.10"
spec.version = "0.0.11"
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.0.28"
spec.dependency 'SpruceIDMobileSdkRs', "~> 0.0.32"
spec.dependency 'SwiftAlgorithms', "~> 1.0.0"
spec.frameworks = 'Foundation', 'CoreBluetooth', 'CryptoKit'
end

0 comments on commit daedd38

Please sign in to comment.