Skip to content

Commit

Permalink
Updated podcpsec to require ARC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdewolfe committed May 15, 2014
1 parent 2595668 commit 2e594e7
Showing 1 changed file 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,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'AutoScrollLabel'
s.version = '0.2.1'
s.version = '0.3.0'
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.1' }
s.source = { :git => 'https://github.com/cbess/AutoScrollLabel.git', :tag => 'v0.3.0' }

s.platform = :ios, '6.0'
s.requires_arc = false
s.requires_arc = true
s.source_files = 'CBAutoScrollLabel/*.{h,m}'
s.frameworks = 'QuartzCore', 'CoreGraphics'
s.screenshots = 'https://github.com/cbess/AutoScrollLabel/raw/master/AutoScrollLabelDemo/screenshot.png'
Expand Down

0 comments on commit 2e594e7

Please sign in to comment.