Skip to content

Commit

Permalink
* Bumped Cocoapods version to 0.9.4
Browse files Browse the repository at this point in the history
* Added iOS 7 screenshots
  • Loading branch information
KrauseFx committed Sep 3, 2013
1 parent c596d0d commit d53a1ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -71,6 +71,10 @@ If you don't want a detailed description (the text underneath the title) you don
![Error](http://www.toursprung.com/wp-content/uploads/2013/04/iNotificationError.png)
![Message](http://www.toursprung.com/wp-content/uploads/2013/04/iNotificationMessage.png)
**iOS 7 Support**
![iOS 7 Error](http://www.toursprung.com/wp-content/uploads/2013/09/iOSScreenshot_40.png)
![iOS 7 Message](http://www.toursprung.com/wp-content/uploads/2013/09/iOSScreenshot_41.png)
This project requires ARC.
If you have ideas how to improve this library please let me know or send a pull request.
Expand Down
4 changes: 2 additions & 2 deletions TSMessages.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TSMessages"
s.version = "0.9.3"
s.version = "0.9.4"
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 @@ -15,7 +15,7 @@ There are 4 different types already set up for you: Success, Error, Warning, Mes

s.author = { "Felix Krause" => "krausefx@gmail.com" }

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

s.platform = :ios, '5.0'

Expand Down

0 comments on commit d53a1ab

Please sign in to comment.