updated pod spec summary

This commit is contained in:
Daniel Kuhnke
2012-11-19 21:43:40 +01:00
parent 64653b41a3
commit a6264f39ed
+1 -1
View File
@@ -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' }