From a1e08bc08af0a3f58f6b114b3078099b5d334b08 Mon Sep 17 00:00:00 2001 From: Sergey Chausov Date: Fri, 24 Sep 2021 11:54:54 +0300 Subject: [PATCH] Update PlayKit_IMA.podspec (#57) Version updated to 1.11.0 PlayKit dependency updated to 3.22 --- PlayKit_IMA.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PlayKit_IMA.podspec b/PlayKit_IMA.podspec index 14bb0fd..fc7bf3d 100644 --- a/PlayKit_IMA.podspec +++ b/PlayKit_IMA.podspec @@ -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' => 'community@kaltura.com' } s.license = { :type => 'AGPLv3', :text => 'AGPLv3' } s.summary = 'PlayKit IMA Plugin' @@ -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'