-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated changes in Readme
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|
@@ -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' | ||
|
||
|