From e2c47acad69f6680277253e8d4794c92eb0c56da Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 10 Jul 2024 12:25:51 -0600 Subject: [PATCH] bump ios --- example/ios/Podfile.lock | 8 ++++---- ios/XMTPReactNative.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index a9dcd42cb..a5aa4f20e 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -449,7 +449,7 @@ PODS: - GenericJSON (~> 2.0) - Logging (~> 1.0.0) - secp256k1.swift (~> 0.1) - - XMTP (0.13.5): + - XMTP (0.13.6): - Connect-Swift (= 0.12.0) - GzipSwift - LibXMTP (= 0.5.4-beta4) @@ -458,7 +458,7 @@ PODS: - ExpoModulesCore - MessagePacker - secp256k1.swift - - XMTP (= 0.13.5) + - XMTP (= 0.13.6) - Yoga (1.14.0) DEPENDENCIES: @@ -763,8 +763,8 @@ SPEC CHECKSUMS: secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 SwiftProtobuf: 407a385e97fd206c4fbe880cc84123989167e0d1 web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959 - XMTP: 476b406c10c2c19183794b670790912545cc7699 - XMTPReactNative: d172e052907d373f40348ed091cdbf7c6da4a331 + XMTP: aeeff5ecac80f7ec9a2ba4f732d439ab600545ed + XMTPReactNative: 7a5fb82f5e8392ea53b5231edceb87ed07761e0b Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9 PODFILE CHECKSUM: 95d6ace79946933ecf80684613842ee553dd76a2 diff --git a/ios/XMTPReactNative.podspec b/ios/XMTPReactNative.podspec index 8c63e8189..000df1533 100644 --- a/ios/XMTPReactNative.podspec +++ b/ios/XMTPReactNative.podspec @@ -26,5 +26,5 @@ Pod::Spec.new do |s| s.source_files = "**/*.{h,m,swift}" s.dependency 'secp256k1.swift' s.dependency "MessagePacker" - s.dependency "XMTP", "= 0.13.5" + s.dependency "XMTP", "= 0.13.6" end