File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
2121end
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments