fix rn: bump ios pod to .11

This commit is contained in:
nick-delirium 2024-07-30 12:11:05 +02:00
parent fd18bfba95
commit af3e1e077f
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ PODS:
- Openreplay (1.0.10):
- DeviceKit
- SWCompression
- openreplay-react-native (0.5.0):
- openreplay-react-native (0.6.0):
- DoubleConversion
- glog
- hermes-engine
@ -1424,7 +1424,7 @@ SPEC CHECKSUMS:
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: 6eae7edb2f563ee41d7c1f91f4f2e57c26d8a5c3
Openreplay: 6a68784c19eeacc316f13c72d4e7680bc0455bab
openreplay-react-native: 197a427b1f96a3a519637d44fb99f8f32e129cba
openreplay-react-native: ae597702bc56ed3dcaeb3262773d90a8726ed6b5
RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df
RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47
RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5

View file

@ -38,7 +38,7 @@ Pod::Spec.new do |s|
s.dependency "RCTRequired"
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
s.dependency "Openreplay"
s.dependency "Openreplay", '1.0.11'
end
end
end

View file

@ -1,6 +1,6 @@
{
"name": "@openreplay/react-native",
"version": "0.5.0",
"version": "0.6.0",
"description": "Openreplay React-native connector for iOS applications",
"main": "lib/commonjs/index",
"module": "lib/module/index",