Skip to content

Commit

Permalink
Update AutoScrollLabel.podspec
Browse files Browse the repository at this point in the history
- version v0.4.5
  • Loading branch information
cbess committed Sep 20, 2019
1 parent cadb291 commit a63bc83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AutoScrollLabel.podspec
Original file line number Diff line number Diff line change
@@ -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}'
Expand Down

0 comments on commit a63bc83

Please sign in to comment.