From f336c83a41e1f874d289b180dc705b4ca093b84d Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Wed, 8 May 2013 08:48:23 +0200 Subject: [PATCH] Updated Podspecs --- TSMessages.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TSMessages.podspec b/TSMessages.podspec index 9dec62bc..3863b8cf 100644 --- a/TSMessages.podspec +++ b/TSMessages.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "TSMessages" - s.version = "0.9.1" + s.version = "0.9.2" s.summary = "Easy to use and customizable messages/notifications for iOS à la Tweetbot." s.description = <<-DESC This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot). @@ -14,7 +14,7 @@ There are 4 different types already set up for you: Success, Error, Warning, Mes s.author = { "Felix Krause" => "felix@toursprung.com" } - s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => "0.9.1"} + s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => "0.9.2"} s.platform = :ios, '5.0'