Skip to content

Commit

Permalink
Added FXLabel 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Nov 17, 2013
1 parent e87b0ec commit e5e32a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FXLabel/1.5.4/FXLabel.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'FXLabel'
s.version = '1.5.4'
s.license = 'zlib'
s.summary = 'UILabel subclass that supports soft shadows, inner shadow and gradient fill and custom leading/kerning.'
s.homepage = 'http://github.com/nicklockwood/FXLabel'
s.author = { 'Nick Lockwood' => 'http://charcoaldesign.co.uk/' }
s.source = { :git => 'https://github.com/nicklockwood/FXLabel.git', :tag => '1.5.4' }
s.platform = :ios
s.source_files = 'FXLabel'
s.requires_arc = true
end

0 comments on commit e5e32a6

Please sign in to comment.