Skip to content

Commit f336c83

Browse files
committed
Updated Podspecs
1 parent 4e05fc8 commit f336c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSMessages.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "TSMessages"
3-
s.version = "0.9.1"
3+
s.version = "0.9.2"
44
s.summary = "Easy to use and customizable messages/notifications for iOS à la Tweetbot."
55
s.description = <<-DESC
66
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
1414

1515
s.author = { "Felix Krause" => "[email protected]" }
1616

17-
s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => "0.9.1"}
17+
s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => "0.9.2"}
1818

1919
s.platform = :ios, '5.0'
2020

0 commit comments

Comments
 (0)