From 75832bf74ca3ef1576f6e2992f3935acef9a61a1 Mon Sep 17 00:00:00 2001 From: mike-dydx <149746839+mike-dydx@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:19:19 -0400 Subject: [PATCH] Update Abacus.podspec --- podspecs/Abacus.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podspecs/Abacus.podspec b/podspecs/Abacus.podspec index ee5db40d..6934b527 100644 --- a/podspecs/Abacus.podspec +++ b/podspecs/Abacus.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = 'Abacus' spec.version = '1.13.13' spec.homepage = 'https://github.com/dydxprotocol/v4-abacus' - spec.source = { :git => "git@github.com:dydxprotocol/v4-abacus.git", :tag => "v#{spec.version}" } + spec.source = { :git => "git@github.com:dydxprotocol/v4-abacus.git", :branch => "mike/fix-serialization" } spec.authors = '' spec.license = '' spec.summary = 'Shared front-end and mobile logic written in Kotlin'