Skip to content

Commit

Permalink
[Add] RTLabel (0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 20, 2012
1 parent d475a25 commit 277ed51
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RTLabel/0.9/RTLabel.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "RTLabel"
s.version = "0.9"
s.summary = "Rich text formatting based on HTML-like markups for iOS."
s.homepage = "https://github.com/honcheng/RTLabel"
s.license = 'MIT'
s.author = { "Muh Hon Cheng" => "honcheng@gmail.com" }
s.source = { :git => "https://github.com/honcheng/RTLabel.git", :tag => "0.9" }
s.platform = :ios
s.source_files = 'RTLabelProject/Classes/RTLabel.{h,m}'
s.framework = 'CoreText'
s.requires_arc = false
end

0 comments on commit 277ed51

Please sign in to comment.