diff --git a/AutoScrollLabel.podspec b/AutoScrollLabel.podspec index 1a6d4b2..c037ee6 100644 --- a/AutoScrollLabel.podspec +++ b/AutoScrollLabel.podspec @@ -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' => 'cbess@quantumquinn.com' } - 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'