From 6c0600bd8d1b280a85bcb0ffea1c0b23fd4cfc6f Mon Sep 17 00:00:00 2001 From: Douglas Brito de Medeiros Date: Mon, 21 Jan 2013 13:05:04 -0200 Subject: [PATCH] Add AMAttributedHighlightLabel Add https://github.com/rootd/AMAttributedHighlightLabel --- .../0.0.1/AMAttributedHighlightLabel.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AMAttributedHighlightLabel/0.0.1/AMAttributedHighlightLabel.podspec diff --git a/AMAttributedHighlightLabel/0.0.1/AMAttributedHighlightLabel.podspec b/AMAttributedHighlightLabel/0.0.1/AMAttributedHighlightLabel.podspec new file mode 100644 index 00000000000000..c30bcab25a6582 --- /dev/null +++ b/AMAttributedHighlightLabel/0.0.1/AMAttributedHighlightLabel.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'AMAttributedHighlightLabel' + s.version = '0.0.1' + s.platform = :ios, '6.0' + s.license = 'MIT' + s.homepage = 'https://github.com/rootd/AMAttributedHighlightLabel' + s.summary = 'A UILabel subclass with mention/hashtag/link highlighting.' + s.author = { 'Alexander Meiler' } + s.source = { :git => 'https://github.com/rootd/AMAttributedHighlightLabel.git', :commit => '0b630887ea254878f21ce4eb52508623a8d4ee08' } + s.source_files = 'AMAttributedHighlightLabel/*.{h,m}' + s.requires_arc = true + s.framework = 'CoreText' +end \ No newline at end of file