From 7752b09b64129d9975f81c83c70ef0c249dd9922 Mon Sep 17 00:00:00 2001 From: Sebastien Thiebaud Date: Mon, 17 Dec 2012 21:55:35 -0800 Subject: [PATCH] Update podspec to 1.0.1 --- STTweetLabel.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STTweetLabel.podspec b/STTweetLabel.podspec index d229dd6..107bd8a 100644 --- a/STTweetLabel.podspec +++ b/STTweetLabel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "STTweetLabel" - s.version = "1.0" + s.version = "1.0.1" s.summary = "A custom UILabel view controller for iOS with certain words tappable like Twitter." s.homepage = "https://github.com/SebastienThiebaud/STTweetLabel" @@ -8,10 +8,10 @@ Pod::Spec.new do |s| s.author = { "Sebastien THIEBAUD" => "sebastien.thiebaud@supinfo.com" } s.source = { :git => "https://github.com/SebastienThiebaud/STTweetLabel.git", - :tag => "1.0" + :tag => "1.0.1" } s.platform = :ios, '5.0' s.source_files = 'STTweetLabel/STTweetLabel.{h,m}' s.requires_arc = true -end \ No newline at end of file +end