Skip to content

Commit

Permalink
added CoreTextLabel 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuhnke committed Dec 10, 2012
1 parent 6c45fd2 commit 9b77b93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CoreTextLabel/1.2.4/CoreTextLabel.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'CoreTextLabel'
s.version = '1.2.4'
s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and lineSpacing is supported."
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.2.4' }
s.platform = :ios
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.ios.frameworks = 'QuartzCore', 'CoreText'
s.dependency 'RegexKitLite', '4.0'
end

0 comments on commit 9b77b93

Please sign in to comment.