Skip to content

Commit c8915b1

Browse files
Release 0.13.16
1 parent d121f81 commit c8915b1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0")
2222
],
2323
targets: [
24-
.binaryTarget(name: "RustFramework", path: "rust/MobileSdkRs/RustFramework.xcframework"),
24+
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/sprucekit-mobile/releases/download/0.13.16/RustFramework.xcframework.zip", checksum: "184da4861861c173ce729682890661db55510862946c1da007b2e5b82ea498a8"),
2525
.target(
2626
name: "SpruceIDMobileSdkRs",
2727
dependencies: [

SpruceIDMobileSdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SpruceIDMobileSdk'
3-
spec.version = '0.13.15'
3+
spec.version = '0.13.16'
44
spec.summary = 'SpruceID Mobile SDK for iOS'
55
spec.description = <<-DESC
66
SpruceID Swift Mobile SDK for credential management, OID4VCI issuance, and verifiable credentials.
@@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
2020
spec.source_files = 'ios/MobileSdk/Sources/MobileSdk/**/*.swift'
2121

2222
spec.static_framework = true
23-
spec.dependency 'SpruceIDMobileSdkRs', '~> 0.13.15'
23+
spec.dependency 'SpruceIDMobileSdkRs', '~> 0.13.16'
2424
spec.dependency 'SwiftAlgorithms', '~> 1.0.0'
2525
spec.frameworks = 'Foundation', 'CoreBluetooth', 'CryptoKit'
2626
end

SpruceIDMobileSdkRs.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SpruceIDMobileSdkRs'
3-
spec.version = '0.13.15'
3+
spec.version = '0.13.16'
44
spec.summary = 'Rust-generated Swift Mobile SDK.'
55
spec.description = <<-DESC
66
Rust layer for the Swift Mobile SDK.

SpruceIDMobileSdkRsRustFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SpruceIDMobileSdkRsRustFramework'
3-
spec.version = '0.13.15'
3+
spec.version = '0.13.16'
44
spec.summary = 'Rust-generated Framework for Swift Mobile SDK.'
55
spec.description = <<-DESC
66
Rust layer framework for the Swift Mobile SDK.

flutter/ios/sprucekit_mobile.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'sprucekit_mobile'
3-
s.version = '0.13.15'
3+
s.version = '0.13.16'
44
s.summary = 'Flutter plugin for SpruceKit Mobile SDK'
55
s.description = <<-DESC
66
Flutter plugin providing access to SpruceKit Mobile SDK functionality
@@ -16,7 +16,7 @@ for credential issuance (OID4VCI) and credential management.
1616
s.source_files = 'Classes/*.swift'
1717

1818
s.dependency 'Flutter'
19-
s.dependency 'SpruceIDMobileSdk', '~> 0.13.15'
19+
s.dependency 'SpruceIDMobileSdk', '~> 0.13.16'
2020

2121
s.pod_target_xcconfig = {
2222
'DEFINES_MODULE' => 'YES',

0 commit comments

Comments
 (0)