Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Jan 14, 2015
1 parent 988e590 commit 1390584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/TSMessages.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions TSMessages.podspec
Expand Up @@ -9,18 +9,18 @@

Pod::Spec.new do |s|
s.name = "TSMessages"
s.version = "0.9.11"
s.version = "0.9.12"
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).
The notification moves from the top of the screen underneath the navigation bar and stays there for a few seconds, depending on the length of the displayed text. To dismiss a notification before the time runs out, the user can swipe it to the top or just tap it.
There are 4 different types already set up for you: Success, Error, Warning, Message.
DESC
s.homepage = "https://github.com/toursprung/TSMessages/"
s.homepage = "https://github.com/KrauseFx/TSMessages/"

s.license = 'MIT'
s.author = { "Felix Krause" => "krausefx@gmail.com" }
s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/KrauseFx/TSMessages.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/KrauseFx'

s.platform = :ios, '5.0'
Expand Down

0 comments on commit 1390584

Please sign in to comment.