Skip to content

Commit

Permalink
Tag 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rschulman committed Nov 4, 2024
1 parent 714f2e4 commit 373a465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@
"version" : "0.3.0"
}
},
{
"identity" : "rive-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/rive-app/rive-ios",
"state" : {
"revision" : "fa6c4eefcf0e4c887677fb1bff911ffee7862570",
"version" : "6.1.6"
}
},
{
"identity" : "sqlite.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/stephencelis/SQLite.swift.git",
"state" : {
"revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8",
"version" : "0.15.3"
}
},
{
"identity" : "swift-algorithms",
"kind" : "remoteSourceControl",
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.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 373a465

Please sign in to comment.