Skip to content

Commit a63bc83

Browse files
committed
Update AutoScrollLabel.podspec
- version v0.4.5
1 parent cadb291 commit a63bc83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AutoScrollLabel.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = 'AutoScrollLabel'
3-
s.version = '0.4.4'
3+
s.version = '0.4.5'
44
s.summary = 'A marquee like scrolling UILabel, think iPod track title scrolling. Provides edge fading, speed adjustment, scroll direction, etc.'
55
s.homepage = 'https://github.com/cbess/AutoScrollLabel'
66

77
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
88
s.author = { 'Christopher Bess' => 'cbess@quantumquinn.com' }
9-
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.4' }
9+
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.5' }
1010

11-
s.ios.deployment_target = '8.0'
12-
s.tvos.deployment_target = '9.0'
11+
s.ios.deployment_target = '10.0'
12+
s.tvos.deployment_target = '10.0'
1313

1414
s.requires_arc = true
1515
s.source_files = 'CBAutoScrollLabel/*.{h,m}'

0 commit comments

Comments
 (0)