From f6901e8af4d144fd97d0385f86bcadd31e0130fe Mon Sep 17 00:00:00 2001 From: "Sebastien C. Thiebaud" Date: Tue, 28 Oct 2014 10:41:54 -0700 Subject: [PATCH] STTweetLabel 3.1.13 --- STTweetLabel.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STTweetLabel.podspec b/STTweetLabel.podspec index 343bf31..9fdd399 100644 --- a/STTweetLabel.podspec +++ b/STTweetLabel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "STTweetLabel" - s.version = "3.1.12" + s.version = "3.1.13" s.summary = "A custom UILabel view controller for iOS with certain words tappable like Twitter." s.homepage = "https://github.com/SebastienThiebaud/STTweetLabel" @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { "Sebastien THIEBAUD" => "sthiebaud@icloud.com" } s.source = { :git => "https://github.com/SebastienThiebaud/STTweetLabel.git", - :tag => "3.1.12" + :tag => "3.1.13" } s.platform = :ios, '7.0'