diff --git a/dydx/Podfile.lock b/dydx/Podfile.lock
index 2c0ddb245..bb55d58ec 100644
--- a/dydx/Podfile.lock
+++ b/dydx/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - Abacus (1.7.18)
+ - Abacus (1.7.32)
- Amplitude-iOS (4.10.0)
- AppsFlyerFramework (6.14.3):
- AppsFlyerFramework/Main (= 6.14.3)
@@ -257,7 +257,7 @@ PODS:
- PromisesSwift (2.4.0):
- PromisesObjC (= 2.4.0)
- RDHCollectionViewGridLayout (1.2.5)
- - ReachabilitySwift (5.2.2)
+ - ReachabilitySwift (5.2.3)
- SDWebImage (5.19.2):
- SDWebImage/Core (= 5.19.2)
- SDWebImage/Core (5.19.2)
@@ -386,7 +386,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git
SPEC CHECKSUMS:
- Abacus: b7d8f0a7ec39f401c7b46682fe40259d8db3971d
+ Abacus: 05f9335fa592fc7df2afdd58f716b75719ef6290
Amplitude-iOS: 7d8cdc3408ba35c2e68368fc7c692cd104606b94
AppsFlyerFramework: 0a68f5b72bbbadfa71d4ae3eaf040e82d62e8518
Atributika: ecedf5259e4aa3c6278d840b6c18d60c1a8b6ca0
@@ -433,7 +433,7 @@ SPEC CHECKSUMS:
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
RDHCollectionViewGridLayout: 4b4229212ed8c136aa70101d92ecd43742ca62b6
- ReachabilitySwift: 2128f3a8c9107e1ad33574c6e58e8285d460b149
+ ReachabilitySwift: 7f151ff156cea1481a8411701195ac6a984f4979
SDWebImage: dfe95b2466a9823cf9f0c6d01217c06550d7b29a
SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c
SDWebImageSwiftUI: 824628d8220906aa101f62b39a7492edd138449d
diff --git a/dydx/Pods/Local Podspecs/abacus.podspec.json b/dydx/Pods/Local Podspecs/abacus.podspec.json
index e3d50017e..8349460c6 100644
--- a/dydx/Pods/Local Podspecs/abacus.podspec.json
+++ b/dydx/Pods/Local Podspecs/abacus.podspec.json
@@ -1,10 +1,10 @@
{
"name": "Abacus",
- "version": "1.7.18",
+ "version": "1.7.32",
"homepage": "https://github.com/dydxprotocol/v4-abacus",
"source": {
"git": "git@github.com:dydxprotocol/v4-abacus.git",
- "tag": "v1.7.18"
+ "tag": "v1.7.32"
},
"authors": "",
"license": "",
@@ -20,7 +20,7 @@
"name": "Build abacus",
"execution_position": "before_compile",
"shell_path": "/bin/sh",
- "script": " if [ \"YES\" = \"$COCOAPODS_SKIP_KOTLIN_BUILD\" ]; then\n echo \"Skipping Gradle build task invocation due to COCOAPODS_SKIP_KOTLIN_BUILD environment variable set to \"YES\"\"\n exit 0\n fi\n set -evx\n \n REPO_ROOT=\"$PODS_TARGET_SRCROOT\"\n \n if [ ! -f $REPO_ROOT/gradlew ]; then\n rm -rf $PRODUCT_MODULE_NAME\n git clone git@github.com:dydxprotocol/v4-abacus.git --branch v1.7.18 $PRODUCT_MODULE_NAME\n \n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n \n # We will need to overwrite the dummy framework generated by cocoapods with the actual one from Kotlin\n \n TARGET_FRAMEWORK=\"${TARGET_BUILD_DIR}/${TARGET_NAME}.framework\"\n ABACUS_FRAMEWORK=\"$REPO_ROOT/build/cocoapods/framework/$PRODUCT_MODULE_NAME.framework\"\n rm -rf $TARGET_FRAMEWORK\n mkdir $TARGET_FRAMEWORK\n cp -rf $ABACUS_FRAMEWORK/* $TARGET_FRAMEWORK\n else\n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n fi\n"
+ "script": " if [ \"YES\" = \"$COCOAPODS_SKIP_KOTLIN_BUILD\" ]; then\n echo \"Skipping Gradle build task invocation due to COCOAPODS_SKIP_KOTLIN_BUILD environment variable set to \"YES\"\"\n exit 0\n fi\n set -evx\n \n REPO_ROOT=\"$PODS_TARGET_SRCROOT\"\n \n if [ ! -f $REPO_ROOT/gradlew ]; then\n rm -rf $PRODUCT_MODULE_NAME\n git clone git@github.com:dydxprotocol/v4-abacus.git --branch v1.7.32 $PRODUCT_MODULE_NAME\n \n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n \n # We will need to overwrite the dummy framework generated by cocoapods with the actual one from Kotlin\n \n TARGET_FRAMEWORK=\"${TARGET_BUILD_DIR}/${TARGET_NAME}.framework\"\n ABACUS_FRAMEWORK=\"$REPO_ROOT/build/cocoapods/framework/$PRODUCT_MODULE_NAME.framework\"\n rm -rf $TARGET_FRAMEWORK\n mkdir $TARGET_FRAMEWORK\n cp -rf $ABACUS_FRAMEWORK/* $TARGET_FRAMEWORK\n else\n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n fi\n"
}
],
"platforms": {
diff --git a/dydx/Pods/Manifest.lock b/dydx/Pods/Manifest.lock
index 2c0ddb245..bb55d58ec 100644
--- a/dydx/Pods/Manifest.lock
+++ b/dydx/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - Abacus (1.7.18)
+ - Abacus (1.7.32)
- Amplitude-iOS (4.10.0)
- AppsFlyerFramework (6.14.3):
- AppsFlyerFramework/Main (= 6.14.3)
@@ -257,7 +257,7 @@ PODS:
- PromisesSwift (2.4.0):
- PromisesObjC (= 2.4.0)
- RDHCollectionViewGridLayout (1.2.5)
- - ReachabilitySwift (5.2.2)
+ - ReachabilitySwift (5.2.3)
- SDWebImage (5.19.2):
- SDWebImage/Core (= 5.19.2)
- SDWebImage/Core (5.19.2)
@@ -386,7 +386,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git
SPEC CHECKSUMS:
- Abacus: b7d8f0a7ec39f401c7b46682fe40259d8db3971d
+ Abacus: 05f9335fa592fc7df2afdd58f716b75719ef6290
Amplitude-iOS: 7d8cdc3408ba35c2e68368fc7c692cd104606b94
AppsFlyerFramework: 0a68f5b72bbbadfa71d4ae3eaf040e82d62e8518
Atributika: ecedf5259e4aa3c6278d840b6c18d60c1a8b6ca0
@@ -433,7 +433,7 @@ SPEC CHECKSUMS:
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
RDHCollectionViewGridLayout: 4b4229212ed8c136aa70101d92ecd43742ca62b6
- ReachabilitySwift: 2128f3a8c9107e1ad33574c6e58e8285d460b149
+ ReachabilitySwift: 7f151ff156cea1481a8411701195ac6a984f4979
SDWebImage: dfe95b2466a9823cf9f0c6d01217c06550d7b29a
SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c
SDWebImageSwiftUI: 824628d8220906aa101f62b39a7492edd138449d
diff --git a/dydx/Pods/Pods.xcodeproj/project.pbxproj b/dydx/Pods/Pods.xcodeproj/project.pbxproj
index aca2f0f38..a5917a96e 100644
--- a/dydx/Pods/Pods.xcodeproj/project.pbxproj
+++ b/dydx/Pods/Pods.xcodeproj/project.pbxproj
@@ -9,10 +9,10 @@
/* Begin PBXAggregateTarget section */
2B2AD932AF1A90828B4DFC5AC6955ADA /* Abacus */ = {
isa = PBXAggregateTarget;
- buildConfigurationList = 36912AFBD544FB87F0EB651E1ED3C71E /* Build configuration list for PBXAggregateTarget "Abacus" */;
+ buildConfigurationList = C095F1074772925E04547544DFBF50CD /* Build configuration list for PBXAggregateTarget "Abacus" */;
buildPhases = (
- 1BC5C6A751DFD6A46243E85AA3E3DD83 /* [CP-User] Build abacus */,
- E7D7BA84639A4E4CC0BC590FD205F674 /* [CP] Copy dSYMs */,
+ 82C4EEFD2C34FF767CEE4D110793DABD /* [CP-User] Build abacus */,
+ FF081CD70F6B781CB88189A787A9648F /* [CP] Copy dSYMs */,
);
dependencies = (
);
@@ -24514,7 +24514,7 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
- 1BC5C6A751DFD6A46243E85AA3E3DD83 /* [CP-User] Build abacus */ = {
+ 82C4EEFD2C34FF767CEE4D110793DABD /* [CP-User] Build abacus */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -24522,7 +24522,7 @@
name = "[CP-User] Build abacus";
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = " if [ \"YES\" = \"$COCOAPODS_SKIP_KOTLIN_BUILD\" ]; then\n echo \"Skipping Gradle build task invocation due to COCOAPODS_SKIP_KOTLIN_BUILD environment variable set to \"YES\"\"\n exit 0\n fi\n set -evx\n \n REPO_ROOT=\"$PODS_TARGET_SRCROOT\"\n \n if [ ! -f $REPO_ROOT/gradlew ]; then\n rm -rf $PRODUCT_MODULE_NAME\n git clone git@github.com:dydxprotocol/v4-abacus.git --branch v1.7.18 $PRODUCT_MODULE_NAME\n \n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n \n # We will need to overwrite the dummy framework generated by cocoapods with the actual one from Kotlin\n \n TARGET_FRAMEWORK=\"${TARGET_BUILD_DIR}/${TARGET_NAME}.framework\"\n ABACUS_FRAMEWORK=\"$REPO_ROOT/build/cocoapods/framework/$PRODUCT_MODULE_NAME.framework\"\n rm -rf $TARGET_FRAMEWORK\n mkdir $TARGET_FRAMEWORK\n cp -rf $ABACUS_FRAMEWORK/* $TARGET_FRAMEWORK\n else\n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n fi\n";
+ shellScript = " if [ \"YES\" = \"$COCOAPODS_SKIP_KOTLIN_BUILD\" ]; then\n echo \"Skipping Gradle build task invocation due to COCOAPODS_SKIP_KOTLIN_BUILD environment variable set to \"YES\"\"\n exit 0\n fi\n set -evx\n \n REPO_ROOT=\"$PODS_TARGET_SRCROOT\"\n \n if [ ! -f $REPO_ROOT/gradlew ]; then\n rm -rf $PRODUCT_MODULE_NAME\n git clone git@github.com:dydxprotocol/v4-abacus.git --branch v1.7.32 $PRODUCT_MODULE_NAME\n \n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n \n # We will need to overwrite the dummy framework generated by cocoapods with the actual one from Kotlin\n \n TARGET_FRAMEWORK=\"${TARGET_BUILD_DIR}/${TARGET_NAME}.framework\"\n ABACUS_FRAMEWORK=\"$REPO_ROOT/build/cocoapods/framework/$PRODUCT_MODULE_NAME.framework\"\n rm -rf $TARGET_FRAMEWORK\n mkdir $TARGET_FRAMEWORK\n cp -rf $ABACUS_FRAMEWORK/* $TARGET_FRAMEWORK\n else\n \"$REPO_ROOT/gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n fi\n";
};
B1176D71CA1D75BF5D4C95994F09DA88 /* [CP] Copy XCFrameworks */ = {
isa = PBXShellScriptBuildPhase;
@@ -24575,7 +24575,7 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/AppsFlyerFramework/AppsFlyerFramework-xcframeworks.sh\"\n";
showEnvVarsInLog = 0;
};
- E7D7BA84639A4E4CC0BC590FD205F674 /* [CP] Copy dSYMs */ = {
+ FF081CD70F6B781CB88189A787A9648F /* [CP] Copy dSYMs */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -35764,6 +35764,23 @@
};
name = Release;
};
+ 530EE25B7B0D374F22C9D8D7A3B12E4D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 79FEFCF6B65DD164A2C04BADB077D3F7 /* Abacus.debug.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ IPHONEOS_DEPLOYMENT_TARGET = 15.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ SDKROOT = iphoneos;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
5395CD35994CB01204B337AC73F7B216 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 67AEF98107362C179F35D5E32CA97855 /* RDHCollectionViewGridLayout.debug.xcconfig */;
@@ -38151,6 +38168,24 @@
};
name = Debug;
};
+ A86CBE2A8A48BF316F3ECF9B161566D8 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = F72A9D008C74FFCE65D66294D0FF1D3F /* Abacus.release.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ IPHONEOS_DEPLOYMENT_TARGET = 15.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ SDKROOT = iphoneos;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
AA0951DC77357C37100EE86457A7720F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B56B460CDA1CA408F56140D2059E3FB6 /* Pods-iOS-PlatformUITests.release.xcconfig */;
@@ -39732,24 +39767,6 @@
};
name = Debug;
};
- D52B9C1CE884756355DE15C8A8A1E307 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = F72A9D008C74FFCE65D66294D0FF1D3F /* Abacus.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- IPHONEOS_DEPLOYMENT_TARGET = 15.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- SDKROOT = iphoneos;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
D61E9309CECEF0037F31CA4D14D0606D /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D8DE34624C861EC68708AC717817B225 /* Pods-iOS-dydxStateManager.debug.xcconfig */;
@@ -40245,23 +40262,6 @@
};
name = Debug;
};
- E6A33EBE54E423610F728FA6A68D77B8 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 79FEFCF6B65DD164A2C04BADB077D3F7 /* Abacus.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- IPHONEOS_DEPLOYMENT_TARGET = 15.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- SDKROOT = iphoneos;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
E6D52DC507994CF28D6A7F3D3D2983F9 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 27903A0763E4DE20DDBCAF7CA9FB5C51 /* Pods-iOS-PlatformParticlesTests.debug.xcconfig */;
@@ -41635,15 +41635,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 36912AFBD544FB87F0EB651E1ED3C71E /* Build configuration list for PBXAggregateTarget "Abacus" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E6A33EBE54E423610F728FA6A68D77B8 /* Debug */,
- D52B9C1CE884756355DE15C8A8A1E307 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
36CC1065A2931C20203830F4D467B02F /* Build configuration list for PBXNativeTarget "Pods-iOS-FirebaseStaticInjectionsTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
@@ -42274,6 +42265,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
+ C095F1074772925E04547544DFBF50CD /* Build configuration list for PBXAggregateTarget "Abacus" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 530EE25B7B0D374F22C9D8D7A3B12E4D /* Debug */,
+ A86CBE2A8A48BF316F3ECF9B161566D8 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
CF2B9810A2A3879DD67A9D61476751C0 /* Build configuration list for PBXNativeTarget "Pods-iOS-UIToolkits" */ = {
isa = XCConfigurationList;
buildConfigurations = (
diff --git a/dydx/Pods/ReachabilitySwift/Sources/PrivacyInfo.xcprivacy b/dydx/Pods/ReachabilitySwift/Sources/PrivacyInfo.xcprivacy
index 6dd34b9c3..e08a130bc 100644
--- a/dydx/Pods/ReachabilitySwift/Sources/PrivacyInfo.xcprivacy
+++ b/dydx/Pods/ReachabilitySwift/Sources/PrivacyInfo.xcprivacy
@@ -7,23 +7,8 @@
NSPrivacyTrackingDomains
NSPrivacyCollectedDataTypes
-
-
- NSPrivacyCollectedDataType
-
- NSPrivacyCollectedDataTypeLinked
-
- NSPrivacyCollectedDataTypeTracking
-
- NSPrivacyCollectedDataTypePurposes
-
-
-
-
-
+
NSPrivacyAccessedAPITypes
-
-
-
+
diff --git a/dydx/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-Info.plist b/dydx/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-Info.plist
index 92f74f94a..e418ff74e 100644
--- a/dydx/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-Info.plist
+++ b/dydx/Pods/Target Support Files/ReachabilitySwift/ReachabilitySwift-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.2.2
+ 5.2.3
CFBundleSignature
????
CFBundleVersion
diff --git a/dydx/Pods/Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist b/dydx/Pods/Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist
index 3a0f92b5e..ded3a6333 100644
--- a/dydx/Pods/Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist
+++ b/dydx/Pods/Target Support Files/ReachabilitySwift/ResourceBundle-ReachabilitySwift-ReachabilitySwift-Info.plist
@@ -13,7 +13,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 5.2.2
+ 5.2.3
CFBundleSignature
????
CFBundleVersion
diff --git a/podspecs/Abacus.podspec b/podspecs/Abacus.podspec
index 0686f7161..2e29acdbe 100644
--- a/podspecs/Abacus.podspec
+++ b/podspecs/Abacus.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Abacus'
-spec.version = '1.7.18'
+spec.version = '1.7.32'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :git => "git@github.com:dydxprotocol/v4-abacus.git", :tag => "v#{spec.version}" }
spec.authors = ''