Skip to content

Commit 2f73a67

Browse files
committed
Extend podspec dependency range
1 parent c7623e4 commit 2f73a67

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

comscore/react-native-theoplayer-comscore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "react-native-theoplayer"
20-
s.dependency "THEOplayer-Connector-Comscore", "~> 11.0"
20+
s.dependency "THEOplayer-Connector-Comscore", ">= 10.0", "< 12.0"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

conviva/react-native-theoplayer-conviva.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "react-native-theoplayer"
20-
s.dependency "THEOplayer-Connector-Conviva", "~> 11.0"
20+
s.dependency "THEOplayer-Connector-Conviva", ">= 10.8", "< 12.0"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

nielsen/react-native-theoplayer-nielsen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "react-native-theoplayer"
20-
s.dependency "THEOplayer-Connector-Nielsen", "~> 11.0"
20+
s.dependency "THEOplayer-Connector-Nielsen", ">= 10.0", "< 12.0"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

yospace/react-native-theoplayer-yospace.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "react-native-theoplayer"
20-
s.dependency "THEOplayer-Connector-Yospace", "~> 11.0"
20+
s.dependency "THEOplayer-Connector-Yospace", ">= 10.0", "< 12.0"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)