Skip to content

Commit

Permalink
Update PlayKit_IMA.podspec (#57)
Browse files Browse the repository at this point in the history
Version updated to 1.11.0
PlayKit dependency updated to 3.22
  • Loading branch information
chausov authored Sep 24, 2021
1 parent d0ceb13 commit a1e08bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlayKit_IMA.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ suffix = '.0000' # Dev mode

Pod::Spec.new do |s|
s.name = 'PlayKit_IMA'
s.version = '1.10.0' + suffix
s.version = '1.11.0' + suffix
s.author = { 'Kaltura' => '[email protected]' }
s.license = { :type => 'AGPLv3', :text => 'AGPLv3' }
s.summary = 'PlayKit IMA Plugin'
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'

s.dependency 'PlayKit', '~> 3.18'
s.dependency 'PlayKit', '~> 3.22'

s.ios.source_files = 'Sources/*.swift', 'Sources/iOS/*.swift'
s.tvos.source_files = 'Sources/*.swift', 'Sources/tvOS/*.swift'
Expand Down

0 comments on commit a1e08bc

Please sign in to comment.