-
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.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -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" => "[email protected]" } | ||
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' | ||
|