react-native-theoplayer 3.7.0 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.7.1] - 24-02-09
9
+
10
+ ### Fixed
11
+
12
+ - Fixed a dependency issue on iOS when using chromecast or google ima features.
13
+
8
14
  ## [3.7.0] - 24-02-09
9
15
 
10
16
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-theoplayer",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "A THEOplayer video component for react-native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -39,11 +39,13 @@ Pod::Spec.new do |s|
39
39
  s.dependency "THEOplayerSDK-core", "~> 6.9"
40
40
  if theofeatures.include?("GOOGLE_IMA")
41
41
  puts "Adding THEOplayer-Integration-GoogleIMA"
42
- s.dependency "THEOplayer-Integration-GoogleIMA", "~> 6.9"
42
+ s.dependency "THEOplayer-Integration-GoogleIMA/Base", "~> 6.9"
43
+ s.dependency "THEOplayer-Integration-GoogleIMA/Dependencies", "~> 6.9"
43
44
  end
44
45
  if theofeatures.include?("CHROMECAST")
45
46
  puts "Adding THEOplayer-Integration-GoogleCast"
46
- s.ios.dependency "THEOplayer-Integration-GoogleCast", "~> 6.9"
47
+ s.ios.dependency "THEOplayer-Integration-GoogleCast/Base", "~> 6.9"
48
+ s.ios.dependency "THEOplayer-Integration-GoogleCast/Dependencies", "~> 6.9"
47
49
  end
48
50
  if theofeatures.include?("SIDELOADED_TEXTTRACKS")
49
51
  puts "Adding THEOplayer-Connector-SideloadedSubtitle"