Skip to content

Commit

Permalink
updated ios Fula pod
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Nov 8, 2024
1 parent 2d4f3a6 commit 32985b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -946,9 +946,9 @@ PODS:
- React-Mapbuffer (0.73.0):
- glog
- React-debug
- react-native-fula (1.54.26):
- react-native-fula (1.54.29):
- CryptoSwift (~> 1.7.1)
- Fula (~> 1.54.10)
- Fula (~> 1.54.16)
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1367,7 +1367,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9f6fb9ed9f03a0fb961ab8dc2e0e0ee0dc729e77
React-logger: 008caec0d6a587abc1e71be21bfac5ba1662fe6a
React-Mapbuffer: 58fe558faf52ecde6705376700f848d0293d1cef
react-native-fula: b0edbc77c1d37993954c0d5877fef3067ce7ffce
react-native-fula: 957e044e4756e5148460df83f107b74d04a69736
React-nativeconfig: a063483672b8add47a4875b0281e202908ff6747
React-NativeModulesApple: 169506a5fd708ab22811f76ee06a976595c367a1
React-perflogger: b61e5db8e5167f5e70366e820766c492847c082e
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.54.28",
"version": "1.54.29",
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-fula.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end
end
s.dependency 'Fula','~> 1.54.10'
s.dependency 'Fula','~> 1.54.16'
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 32985b5

Please sign in to comment.