From c993cca1e7b37cce38c02fac1cd449ac57278b01 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Fri, 28 Feb 2025 12:33:15 -0500 Subject: [PATCH] updated versions for ios --- example/ios/Podfile.lock | 6 +++--- package.json | 2 +- react-native-fula.podspec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 9a9b747..417f74f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -68,7 +68,7 @@ PODS: - FlipperKit/Core - FlipperKit/FlipperKitNetworkPlugin - fmt (6.2.1) - - Fula (1.54.16) + - Fula (1.55.2) - glog (0.3.5) - hermes-engine (0.73.0): - hermes-engine/Pre-built (= 0.73.0) @@ -946,9 +946,9 @@ PODS: - React-Mapbuffer (0.73.0): - glog - React-debug - - react-native-fula (1.54.29): + - react-native-fula (1.55.12): - CryptoSwift (~> 1.7.1) - - Fula (~> 1.54.16) + - Fula (~> 1.55.2) - glog - RCT-Folly (= 2022.05.16.00) - React-Core diff --git a/package.json b/package.json index 3f39b9c..5145c43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@functionland/react-native-fula", - "version": "1.55.11", + "version": "1.55.12", "description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs", "type": "module", "main": "lib/commonjs/index", diff --git a/react-native-fula.podspec b/react-native-fula.podspec index 75fb1ae..bcfa9c2 100644 --- a/react-native-fula.podspec +++ b/react-native-fula.podspec @@ -37,8 +37,8 @@ Pod::Spec.new do |s| s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core" end - end - s.dependency 'Fula','~> 1.54.16' + end + s.dependency 'Fula','~> 1.55.2' s.dependency "Wnfs", "1.1.1" s.dependency 'CryptoSwift', '~> 1.7.1' s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }