diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f6081352..ab73a4b0 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,16 +2,16 @@ PODS: - audio_session (0.0.1): - Flutter - bitmovin_player (0.9.0): - - BitmovinPlayer (= 3.66.1) + - BitmovinPlayer (= 3.67.0) - Flutter - BitmovinAnalyticsCollector/BitmovinPlayer (3.7.0): - BitmovinAnalyticsCollector/Core - BitmovinPlayerCore (~> 3.48) - BitmovinAnalyticsCollector/Core (3.7.0) - - BitmovinPlayer (3.66.1): + - BitmovinPlayer (3.67.0): - BitmovinAnalyticsCollector/BitmovinPlayer (~> 3.0) - - BitmovinPlayerCore (= 3.66.1) - - BitmovinPlayerCore (3.66.1) + - BitmovinPlayerCore (= 3.67.0) + - BitmovinPlayerCore (3.67.0) - Flutter (1.0.0) - google-cast-sdk (4.8.1): - Protobuf (~> 3.13) @@ -47,10 +47,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207 - bitmovin_player: b415a01b79cbab56dba6cf8cac21cf12e2214f8a + bitmovin_player: cce4bc63ca8aabee6d0096d48c60bad1f052d462 BitmovinAnalyticsCollector: bbd82c0b8e11aefacd8e53b6e40c62f2cba6f3f5 - BitmovinPlayer: 0d5990c196eff314b7081c49ed481e9d465d7281 - BitmovinPlayerCore: f6f8b8655bece7c8e9daccc49cc55642212d9c2f + BitmovinPlayer: 48ee17de9e0bbd310d874112bab92cb78f5e1cbf + BitmovinPlayerCore: da464f49a91a1308519a7187088822e33f1d057b Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 google-cast-sdk: beb7a3ec3def0e3beb618a849b0f1ab2b15b5ebb integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4 diff --git a/ios/bitmovin_player.podspec b/ios/bitmovin_player.podspec index fb70003e..b155d4ab 100644 --- a/ios/bitmovin_player.podspec +++ b/ios/bitmovin_player.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'BitmovinPlayer', '3.66.1' + s.dependency 'BitmovinPlayer', '3.67.0' s.platform = :ios, '14.0' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } s.swift_version = '5.0'