react-native-theoplayer 3.9.0 → 3.9.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.9.1] - 24-03-05
9
+
10
+ ### Changed
11
+
12
+ - Bumped google-cast-sdk dependency to v4.8.0 for iOS.
13
+
8
14
  ## [3.9.0] - 24-03-04
9
15
 
10
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-theoplayer",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "description": "A THEOplayer video component for react-native.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
  s.license = package["license"]
23
23
  s.authors = package["author"]
24
24
 
25
- s.platforms = { :ios => "12.0", :tvos => "12.0" }
25
+ s.platforms = { :ios => "13.0", :tvos => "13.0" }
26
26
  s.source = { :git => "https://www.theoplayer.com/.git", :tag => "#{s.version}" }
27
27
 
28
28
  s.source_files = 'ios/*.{h,m,swift}', 'ios/ads/*.swift', 'ios/casting/*.swift', 'ios/contentprotection/*.swift', 'ios/pip/*.swift', 'ios/backgroundAudio/*.swift', 'ios/cache/*.swift', 'ios/sideloadedMetadata/*.swift', 'ios/eventBroadcasting/*.swift' , 'ios/ui/*.swift', 'ios/presentationMode/*.swift'
@@ -50,7 +50,7 @@ Pod::Spec.new do |s|
50
50
  if theofeatures.include?("CHROMECAST")
51
51
  puts "Adding THEOplayer-Integration-GoogleCast"
52
52
  s.ios.dependency "THEOplayer-Integration-GoogleCast/Base", "~> 6.9"
53
- s.ios.dependency "THEOplayer-Integration-GoogleCast/Dependencies", "~> 6.9"
53
+ s.ios.dependency "google-cast-sdk-dynamic-xcframework", "~> 4.8"
54
54
  end
55
55
  if theofeatures.include?("SIDELOADED_TEXTTRACKS")
56
56
  puts "Adding THEOplayer-Connector-SideloadedSubtitle"