Skip to content

Commit e4b3b10

Browse files
[bot] Release v0.15.3: update version, Package.swift, and Nubrick.podspec
1 parent 9249861 commit e4b3b10

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.15.3/Nubrick.xcframework.zip",
18-
:sha256 => "e21d32f11a41beed20e0e34dbfb3446c9a0e9e48f95832ed53d7937af3cd4cb0" }
18+
:sha256 => "b769c01d4944256fa2d5af10a98ed63efc21320ce94c0d38b2af4f890c627fe0" }
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.15.3/Nubrick.xcframework.zip",
26-
checksum: "e21d32f11a41beed20e0e34dbfb3446c9a0e9e48f95832ed53d7937af3cd4cb0"
26+
checksum: "b769c01d4944256fa2d5af10a98ed63efc21320ce94c0d38b2af4f890c627fe0"
2727
),
2828

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

0 commit comments

Comments
 (0)