Skip to content

Commit

Permalink
Updated version to 1.1.0
Browse files Browse the repository at this point in the history
Updated dependency to PlayKit 3.8
  • Loading branch information
x-NR-x committed Jan 17, 2019
1 parent 192ccb4 commit e39adfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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' }
Expand All @@ -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

0 comments on commit e39adfd

Please sign in to comment.