Skip to content

Commit

Permalink
Add OHAttributedLabel 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Bloch committed Aug 24, 2012
1 parent 677471d commit d34b0e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions OHAttributedLabel/1.2.0/OHAttributedLabel.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit d34b0e0

Please sign in to comment.