Skip to content

Commit

Permalink
Version update (#22)
Browse files Browse the repository at this point in the history
* Updated PlayKitProviders to version 1.11

* Updated version to 4.1.0
  • Loading branch information
x-NR-x authored Jan 10, 2021
1 parent 86aaae2 commit b2795cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.0.0' + suffix
s.version = '4.1.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 Down Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
sp.resources = 'Sources/OTT/*.xcdatamodeld'

sp.dependency 'KalturaPlayer/Core'
sp.dependency 'PlayKitProviders', '~> 1.10'
sp.dependency 'PlayKitProviders', '~> 1.11'
sp.dependency 'PlayKitKava', '~> 1.6'
end

Expand All @@ -52,7 +52,7 @@ Pod::Spec.new do |s|
sp.resources = 'Sources/OVP/*.xcdatamodeld'

sp.dependency 'KalturaPlayer/Core'
sp.dependency 'PlayKitProviders', '~> 1.10'
sp.dependency 'PlayKitProviders', '~> 1.11'
sp.dependency 'PlayKitKava', '~> 1.6'
end

Expand Down Expand Up @@ -82,7 +82,7 @@ Pod::Spec.new do |s|
sp.resources = 'Sources/OTT/*.xcdatamodeld'

sp.dependency 'KalturaPlayer/Offline'
sp.dependency 'PlayKitProviders', '~> 1.10'
sp.dependency 'PlayKitProviders', '~> 1.11'
sp.dependency 'PlayKitKava', '~> 1.6'

sp.xcconfig = {
Expand All @@ -99,7 +99,7 @@ Pod::Spec.new do |s|
sp.resources = 'Sources/OVP/*.xcdatamodeld'

sp.dependency 'KalturaPlayer/Offline'
sp.dependency 'PlayKitProviders', '~> 1.10'
sp.dependency 'PlayKitProviders', '~> 1.11'
sp.dependency 'PlayKitKava', '~> 1.6'

sp.xcconfig = {
Expand Down

0 comments on commit b2795cd

Please sign in to comment.