Skip to content

Commit

Permalink
Update AutoScrollLabel.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cbess committed Aug 18, 2013
1 parent 1c618ed commit 626359c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoScrollLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'AutoScrollLabel'
s.version = '0.2'
s.version = '0.2.1'
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.2' }
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v' + s.version }

s.platform = :ios, '6.0'
s.requires_arc = false
Expand Down

0 comments on commit 626359c

Please sign in to comment.