Skip to content

Commit

Permalink
Add OHAttributedLabel v0.0.1.pre.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
  • Loading branch information
a2 committed Jul 21, 2012
1 parent f33fb83 commit eb8f53e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions OHAttributedLabel/0.0.1.pre.2/OHAttributedLabel.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'OHAttributedLabel'
s.version = '0.0.1.pre.2'
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', :commit => '3bb4d767fab87d310a3c79aaeec49ba10df60120' }

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 eb8f53e

Please sign in to comment.