From a6264f39edeba671810f8fce91c970a784844e10 Mon Sep 17 00:00:00 2001 From: Daniel Kuhnke Date: Mon, 19 Nov 2012 21:43:40 +0100 Subject: [PATCH] updated pod spec summary --- CoreTextLabel/1.0/CoreTextLabel.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreTextLabel/1.0/CoreTextLabel.podspec b/CoreTextLabel/1.0/CoreTextLabel.podspec index 96689e9b..d4e0bfdd 100644 --- a/CoreTextLabel/1.0/CoreTextLabel.podspec +++ b/CoreTextLabel/1.0/CoreTextLabel.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'CoreTextLabel' s.version = '1.0' - s.summary = "Simple UILabel replacement to display NSAttributedString in iOS applications." + s.summary = "Simple UILabel replacement to display NSAttributedString by HTML in iOS applications (>= 3.2)." s.homepage = "https://github.com/dkuhnke/CoreTextLabel" s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.0' }