Skip to content

Commit

Permalink
updated versions for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Feb 28, 2025
1 parent 76ab788 commit c993cca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions react-native-fula.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit c993cca

Please sign in to comment.