Skip to content

Commit

Permalink
Update KalturaPlayer.podspec
Browse files Browse the repository at this point in the history
update the kaltura player version to 4.9.0
update playkit dependency to 2.28
  • Loading branch information
imberezin authored Nov 2, 2023
1 parent 1da5d60 commit 4bba846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KalturaPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ suffix = '.0000' # Dev mode
Pod::Spec.new do |s|

s.name = 'KalturaPlayer'
s.version = '4.8.1' + suffix
s.version = '4.9.0' + suffix
s.summary = 'KalturaPlayer -- Kaltura Player for iOS and tvOS'
s.homepage = 'https://github.com/kaltura/kaltura-player-ios'
s.license = { :type => 'AGPLv3', :file => 'LICENSE' }
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.subspec 'Interceptor' do |sp|
sp.source_files = 'Sources/Interceptor/*'

sp.dependency 'PlayKit', '~> 3.27'
sp.dependency 'PlayKit', '~> 3.28'
end

s.xcconfig = {
Expand Down Expand Up @@ -66,7 +66,7 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/Offline/*', 'Sources/*', 'Sources/Basic/*', 'Sources/Interceptor/*', 'Sources/Playlist/*'

sp.dependency 'DownloadToGo', '~> 3.18'
sp.dependency 'PlayKit', '~> 3.27'
sp.dependency 'PlayKit', '~> 3.28'

sp.xcconfig = {
### The following is required for Xcode 12 (https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-object-file-built-for-ios)
Expand Down

0 comments on commit 4bba846

Please sign in to comment.