Skip to content

Commit

Permalink
Merge pull request CocoaPods#652 from mbinna/TTTAttributedLabel-1.4.0
Browse files Browse the repository at this point in the history
Add TTTAttributedLabel 1.4.0
  • Loading branch information
fabiopelosin committed Oct 24, 2012
2 parents 1716e68 + 2ccae61 commit 464e123
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions TTTAttributedLabel/1.4.0/TTTAttributedLabel.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'TTTAttributedLabel'
s.version = '1.4.0'
s.authors = {'Mattt Thompson' => 'm@mattt.me'}
s.homepage = 'https://github.com/mattt/TTTAttributedLabel/'
s.summary = 'A drop-in replacement for UILabel that supports NSAttributedStrings.'
s.source = {:git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '1.4.0'}
s.license = 'MIT'

s.platform = :ios
s.requires_arc = true
s.compiler_flags = '-Wno-arc-bridge-casts-disallowed-in-nonarc'
s.frameworks = 'CoreText'
s.source_files = 'TTTAttributedLabel.{h,m}'
end

0 comments on commit 464e123

Please sign in to comment.