Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'AmplitudeSessionReplay', '>=0.4.0'
s.dependency 'AmplitudeSessionReplay', '>=0.5.2'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'AmplitudeSessionReplay', '>=0.4.0'
s.dependency 'AmplitudeSessionReplay', '>=0.5.2'
s.dependency 'AmplitudeCore', '>=1.1.0'

# This code is to support RN prior to 0.71.0. Should be removed when we drop support for RN < 0.71.0.
Expand Down
Loading