File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ let yttriumUtilsXcframeworkTarget: Target = useLocalRustXcframework ?
2222 ) :
2323 . binaryTarget(
2424 name: " YttriumUtilsXCFramework " ,
25- url: " https://github.com/reown-com/yttrium/releases/download/0.9.80 /libyttrium-utils.xcframework.zip " ,
26- checksum: " b8b08dfe910a6589bb47c43ab5cb8e506d0f2ca841f602853706c18c9e1af445 "
25+ url: " https://github.com/reown-com/yttrium/releases/download/0.9.110 /libyttrium-utils.xcframework.zip " ,
26+ checksum: " d4187a871abafd8e98728e4915d1e80aba1c9c8fadc13809c5c72d54f8b2f51d "
2727 )
2828
2929let package = Package (
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "YttriumUtilsWrapper"
3- spec . version = "0.9.80 "
3+ spec . version = "0.9.110 "
44 spec . summary = "Yttrium Utils - Multi-blockchain utilities for EIP155, Stacks, and Chain Abstraction"
55 spec . description = <<-DESC
66 Yttrium Utils provides multi-blockchain utilities including EIP155 support, Stacks integration,
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
1717 # Binary pod via :http to avoid running heavy prepare_command on trunk
1818 # Binary asset hosted on GitHub Releases; CI updates the version
19- spec . source = { :http => "https://github.com/reown-com/yttrium/releases/download/0.9.80 /libyttrium-utils-pod.zip" }
19+ spec . source = { :http => "https://github.com/reown-com/yttrium/releases/download/0.9.110 /libyttrium-utils-pod.zip" }
2020
2121 # The zip contains libyttrium-utils.xcframework at root and Sources/YttriumUtils/*.swift
2222 spec . vendored_frameworks = "libyttrium-utils.xcframework"
You can’t perform that action at this time.
0 commit comments