From e39adfd80834798e89a753dd702b2a65b34b7235 Mon Sep 17 00:00:00 2001 From: Nilit Danan Date: Thu, 17 Jan 2019 20:57:29 +0200 Subject: [PATCH] Updated version to 1.1.0 Updated dependency to PlayKit 3.8 --- PlayKitYoubora.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PlayKitYoubora.podspec b/PlayKitYoubora.podspec index d0d0aac..410f790 100644 --- a/PlayKitYoubora.podspec +++ b/PlayKitYoubora.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'PlayKitYoubora' - s.version = '1.0.1' + s.version = '1.1.0' s.summary = 'PlayKitYoubora -- Analytics framework for iOS' s.homepage = 'https://github.com/kaltura/playkit-ios-youbora' s.license = { :type => 'AGPLv3', :file => 'LICENSE' } @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.source_files = 'Sources/**/*' - s.dependency 'PlayKit/AnalyticsCommon', '~> 3.7.0' + s.dependency 'PlayKit/AnalyticsCommon', '~> 3.8.0' s.dependency 'Youbora-AVPlayer/dynamic', '5.4.18' end