Skip to content

Commit

Permalink
- update spec to 0.4.4
Browse files Browse the repository at this point in the history
- update screenshot
- update iOS min deployment target to 8.0
  • Loading branch information
cbess committed Feb 18, 2017
1 parent 88f8b19 commit 6ec356f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AutoScrollLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AutoScrollLabel'
s.version = '0.4.3'
s.version = '0.4.4'
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' => '[email protected]' }
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.3' }
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.4.4' }

s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'

s.requires_arc = true
Expand Down
Binary file modified AutoScrollLabelDemo/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ec356f

Please sign in to comment.