Skip to content

Commit 1e5cc7e

Browse files
[bot] Release v0.16.2: update version, Package.swift, and Nubrick.podspec (#339)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47be6d5 commit 1e5cc7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Nubrick.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
1515
spec.ios.deployment_target = "13.4"
1616

1717
spec.source = { :http => "https://github.com/plaidev/nubrick-ios/releases/download/v0.16.2/Nubrick.xcframework.zip",
18-
:sha256 => "1993c1092c158a691591304f774e6ae2a43deaa405218c860d7b1e5f5533d8ca" }
18+
:sha256 => "7a58ca46a4d20760fdf2035f2384f88169684ce4f778a6f1f8ae8bcc5eb5406c" }
1919

2020
spec.vendored_frameworks = "Nubrick.xcframework"
2121
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.binaryTarget(
2424
name: "Nubrick",
2525
url: "https://github.com/plaidev/nubrick-ios/releases/download/v0.16.2/Nubrick.xcframework.zip",
26-
checksum: "1993c1092c158a691591304f774e6ae2a43deaa405218c860d7b1e5f5533d8ca"
26+
checksum: "7a58ca46a4d20760fdf2035f2384f88169684ce4f778a6f1f8ae8bcc5eb5406c"
2727
),
2828

2929
// Development: Source target for unit tests (supports @testable import)

0 commit comments

Comments
 (0)