From eb8f53e759f73c57e9d0ecae57fdda44296b21f8 Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Sat, 21 Jul 2012 19:12:39 -0400 Subject: [PATCH] Add OHAttributedLabel v0.0.1.pre.2 Signed-off-by: Alexsander Akers --- .../0.0.1.pre.2/OHAttributedLabel.podspec | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 OHAttributedLabel/0.0.1.pre.2/OHAttributedLabel.podspec diff --git a/OHAttributedLabel/0.0.1.pre.2/OHAttributedLabel.podspec b/OHAttributedLabel/0.0.1.pre.2/OHAttributedLabel.podspec new file mode 100644 index 00000000000000..ea5a85de842f76 --- /dev/null +++ b/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