Skip to content

Commit 9b2c7f5

Browse files
committed
Released TSMessages 0.9.3 Podspec
Updated changes in Readme
1 parent 00e998f commit 9b2c7f5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is very easy to add new notification types with a different design. Add the n
1111

1212
**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.
1313

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

1616
## Installation
1717

@@ -69,11 +69,14 @@ If you have ideas how to improve this library please let me know or send a pull
6969
7070
Changes
7171
-----
72-
**0.9.3** (to be released on Cocoapods)
72+
**0.9.3**
7373
74-
* Fixed auto rotation when notification is displayed on the bottom
7574
* Added new customization options for buttons (font size, custom background image, separate font and shadow color)
7675
* Added method to dismiss the currently active message
76+
* Added option to show a message until it is dismissed by the user
77+
* Added option to disable dismissing notification by the user
78+
* Added method to check whether a notification is currently being displayed
79+
* Fixed auto rotation when notification is displayed on the bottom
7780
7881
**0.9.2**
7982

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.2"
3+
s.version = "0.9.3"
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.2"}
17+
s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => "0.9.3"}
1818

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

0 commit comments

Comments
 (0)