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' }