Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Jul 17, 2014
1 parent 34f8613 commit ecd6064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MarqueeLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "MarqueeLabel"
s.version = "1.2.5"
s.version = "2.0.0"
s.summary = "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed."
s.homepage = "https://github.com/cbpowell/MarqueeLabel"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Charles Powell" => "[email protected]" }
s.source = { :git => "https://github.com/cbpowell/MarqueeLabel.git", :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.platform = :ios, '6.0'
s.source_files = 'MarqueeLabel.{h,m}'
s.frameworks = 'QuartzCore'
s.requires_arc = true
Expand Down
1 change: 1 addition & 0 deletions MarqueeLabelDemo/MarqueeLabel.storyboard
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6185.7" systemVersion="13E28" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="4MI-rG-Qz8">
<dependencies>
<deployment defaultVersion="1792" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6181.2"/>
</dependencies>
<scenes>
Expand Down

0 comments on commit ecd6064

Please sign in to comment.