From 7213ae32757c871872d25ee7fed7ed7fc8518dd4 Mon Sep 17 00:00:00 2001 From: Sebastien THIEBAUD Date: Thu, 10 Jan 2013 22:02:55 -0800 Subject: [PATCH] STTweetLabel 2.0.3 --- STTweetLabel/2.0.3/STTweetLabel.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 STTweetLabel/2.0.3/STTweetLabel.podspec diff --git a/STTweetLabel/2.0.3/STTweetLabel.podspec b/STTweetLabel/2.0.3/STTweetLabel.podspec new file mode 100755 index 00000000..bddabd83 --- /dev/null +++ b/STTweetLabel/2.0.3/STTweetLabel.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "STTweetLabel" + s.version = "2.0.3" + s.summary = "A custom UILabel view controller for iOS with certain words tappable like Twitter." + s.homepage = "https://github.com/SebastienThiebaud/STTweetLabel" + + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Sebastien THIEBAUD" => "sthiebaud@icloud.com" } + s.source = { + :git => "https://github.com/SebastienThiebaud/STTweetLabel.git", + :tag => "2.0.3" + } + + s.platform = :ios, '4.3' + s.source_files = 'STTweetLabel/STTweetLabel.{h,m}' + s.requires_arc = true +end \ No newline at end of file