Files
JBChartView/OHAttributedLabel/1.2.0/OHAttributedLabel.podspec
T
2012-08-24 14:18:21 -07:00

14 lines
657 B
Ruby

Pod::Spec.new do |s|
s.name = 'OHAttributedLabel'
s.version = '1.2.0'
s.license = 'MIT'
s.summary = 'UILabel that supports NSAttributedString.'
s.homepage = 'https://github.com/AliSoftware/OHAttributedLabel'
s.author = { 'AliSoftware' => 'olivier.halligon+ae@gmail.com' }
s.source = { :git => 'https://github.com/AliSoftware/OHAttributedLabel.git', :tag => '1.2.0' }
s.description = 'This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label.'
s.platform = :ios
s.source_files = '*.{h,m}'
s.framework = 'CoreText'
end