Files
JBChartView/FXLabel/1.3.1/FXLabel.podspec
T
Alexsander Akers d0ac9ab1b3 Add FXLabel.podspec
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
2012-02-27 19:39:35 -05:00

14 lines
638 B
Ruby

Pod::Spec.new do |s|
s.name = 'FXLabel'
s.version = '1.3.1'
s.license = 'zlib'
s.summary = 'FXLabel improves upon the standard UILabel by providing a subclass that supports soft shadows, inner shadow and gradient fill, and which can easily be used in place of any standard UILabel.'
s.homepage = 'http://charcoaldesign.co.uk/source/cocoa#fxlabel'
s.author = { 'Nick Lockwood' => 'http://charcoaldesign.co.uk/' }
s.source = { :git => 'https://github.com/nicklockwood/FXLabel.git', :tag => '1.3.1' }
s.platform = :ios
s.source_files = 'FXLabel'
s.clean_paths = 'Examples', 'Tests'
s.requires_arc = true
end