Skip to content

Commit

Permalink
Added the MTLabel library
Browse files Browse the repository at this point in the history
  • Loading branch information
aliHafizji committed Aug 21, 2012
1 parent 7a99df7 commit 8857abb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MTLabel/0.0.1/MTLabel.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "MTLabel"
s.version = "0.0.1"
s.summary = "A lightweight replacement for Apple's UILabel."
s.description = <<-DESC
By default, UIKit's UILabel provides many limitations, such as unable to customize line height attribute. This is a simple sublass of UIView which uses CoreText framework to draw text. It's still a work in progress so use it at your own risk.
DESC
s.homepage = "http://tuszy.github.com"
s.license = { :type => 'Apache v2 license', :file => 'README.markdown' }
s.authors = { "Michal Tuszynski" => "srgtuszy@gmail.com", "Martin Hwasser" => "martin@readmill.com"}
s.source = { :git => "https://github.com/Tuszy/MTLabel.git", :commit => "637d9f7742f417a124a05aa12311b1437b5a1446" }
s.platform = :ios, '4.0'
s.source_files = 'MTLabel/MTLabel.h','MTLabel/MTLabel.m'
s.framework = 'CoreText'
s.requires_arc = false
end

0 comments on commit 8857abb

Please sign in to comment.