Skip to content

Commit

Permalink
Released TSMessages 0.9.3 Podspec
Browse files Browse the repository at this point in the history
Updated changes in Readme
  • Loading branch information
KrauseFx committed May 28, 2013
1 parent 00e998f commit 9b2c7f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is very easy to add new notification types with a different design. Add the n

**Take a look at the Example project to see how to use this library.** You have to open the workspace, not the project file, since the Example project uses cocoapods.

Follow the developer on Twitter: [KrauseFx](http://twitter.com/krausefx)
Follow the developer on Twitter: [KrauseFx](http://twitter.com/krausefx) (Felix Krause)

## Installation

Expand Down Expand Up @@ -69,11 +69,14 @@ If you have ideas how to improve this library please let me know or send a pull
Changes
-----
**0.9.3** (to be released on Cocoapods)
**0.9.3**
* Fixed auto rotation when notification is displayed on the bottom
* Added new customization options for buttons (font size, custom background image, separate font and shadow color)
* Added method to dismiss the currently active message
* Added option to show a message until it is dismissed by the user
* Added option to disable dismissing notification by the user
* Added method to check whether a notification is currently being displayed
* Fixed auto rotation when notification is displayed on the bottom
**0.9.2**
Expand Down
4 changes: 2 additions & 2 deletions TSMessages.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TSMessages"
s.version = "0.9.2"
s.version = "0.9.3"
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).
Expand All @@ -14,7 +14,7 @@ There are 4 different types already set up for you: Success, Error, Warning, Mes

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

s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => "0.9.2"}
s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => "0.9.3"}

s.platform = :ios, '5.0'

Expand Down

0 comments on commit 9b2c7f5

Please sign in to comment.