Skip to content

Commit

Permalink
chore(ios): upgrade native lib to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jun 21, 2023
1 parent 0c3eb2e commit 4719728
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- ApiVideoLiveStream (1.3.4):
- HaishinKit (= 1.4.3)
- ApiVideoLiveStream (1.3.5):
- HaishinKit (= 1.5.2)
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -75,10 +75,10 @@ PODS:
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- glog (0.3.5)
- HaishinKit (1.4.3):
- Logboard (~> 2.3.0)
- HaishinKit (1.5.2):
- Logboard (~> 2.3.1)
- libevent (2.1.12)
- Logboard (2.3.0)
- Logboard (2.3.1)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.06.28.00-v2):
- boost
Expand Down Expand Up @@ -290,7 +290,7 @@ PODS:
- React-logger (0.69.1):
- glog
- react-native-live-stream (1.2.4):
- ApiVideoLiveStream (= 1.3.4)
- ApiVideoLiveStream (= 1.3.5)
- React-Core
- React-perflogger (0.69.1)
- React-RCTActionSheet (0.69.1):
Expand Down Expand Up @@ -517,7 +517,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
ApiVideoLiveStream: 03ec3c9acf26daff1468c6b070f7437f182e6ed2
ApiVideoLiveStream: 7e17b84f3b900d3d06ebdf96834ef0dccf68fd45
boost: a7c83b31436843459a1961bfd74b96033dc77234
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand All @@ -534,9 +534,9 @@ SPEC CHECKSUMS:
FlipperKit: 09f334dd75c2119e864815dfd555b7503c23cca5
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
HaishinKit: 56633b5f3f298063d2f462e8c9a7faa51cd1a96b
HaishinKit: b42a0e86766957a1882c0f61f0ebf0111d581402
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
Logboard: f3a37d2a4040b82b7e2eb39765897e2c9c5ec024
Logboard: 3d98bb85de6a36b255ab637e8178eb5671c5c3a6
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
RCTRequired: ae07282b2ec9c90d7eb98251603bc3f82403d239
Expand All @@ -552,7 +552,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
react-native-live-stream: 5f45258b0c338139bd84e76e3f14c772ffb4f8c9
react-native-live-stream: 5ed377f5d8eb78c31a88dbcc617de1175524a74c
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
Expand Down
2 changes: 1 addition & 1 deletion react-native-live-stream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency 'ApiVideoLiveStream', '1.3.4'
s.dependency 'ApiVideoLiveStream', '1.3.5'
end

0 comments on commit 4719728

Please sign in to comment.