From a63bc83a0625240c9a1876e2c40851317d2b8c19 Mon Sep 17 00:00:00 2001 From: "C. Bess" Date: Fri, 20 Sep 2019 13:25:27 -0500 Subject: [PATCH] Update AutoScrollLabel.podspec - version v0.4.5 --- AutoScrollLabel.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AutoScrollLabel.podspec b/AutoScrollLabel.podspec index 301ed7a..e04d843 100644 --- a/AutoScrollLabel.podspec +++ b/AutoScrollLabel.podspec @@ -1,15 +1,15 @@ Pod::Spec.new do |s| s.name = 'AutoScrollLabel' - s.version = '0.4.4' + s.version = '0.4.5' s.summary = 'A marquee like scrolling UILabel, think iPod track title scrolling. Provides edge fading, speed adjustment, scroll direction, etc.' s.homepage = 'https://github.com/cbess/AutoScrollLabel' s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.author = { 'Christopher Bess' => 'cbess@quantumquinn.com' } - s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.4' } + s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.5' } - s.ios.deployment_target = '8.0' - s.tvos.deployment_target = '9.0' + s.ios.deployment_target = '10.0' + s.tvos.deployment_target = '10.0' s.requires_arc = true s.source_files = 'CBAutoScrollLabel/*.{h,m}'