From 8c8539934eb167a73403ab71e051131d0cc9464a Mon Sep 17 00:00:00 2001 From: jeremy lee Date: Wed, 19 Jun 2024 16:52:48 -0400 Subject: [PATCH] abacus podspec changes --- v4_abacus.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v4_abacus.podspec b/v4_abacus.podspec index 01dafeeab..7489dc267 100644 --- a/v4_abacus.podspec +++ b/v4_abacus.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'v4_abacus' - spec.version = '1.7.84' + spec.version = '1.7.86' spec.homepage = 'https://github.com/dydxprotocol/v4-abacus' spec.source = { :http=> ''} spec.authors = '' @@ -11,7 +11,7 @@ Pod::Spec.new do |spec| - if false + if !Dir.exist?('build/cocoapods/framework/Abacus.framework') || Dir.empty?('build/cocoapods/framework/Abacus.framework') raise " Kotlin framework 'Abacus' doesn't exist yet, so a proper Xcode project can't be generated.