Files
JBChartView/FXLabel/1.3.1/FXLabel.podspec
T
2012-06-27 14:33:50 +02:00

14 lines
601 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.requires_arc = true
end