Skip to content

Commit 1390584

Browse files
committed
Version bump
1 parent 988e590 commit 1390584

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Example/Pods/Local Podspecs/TSMessages.podspec

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TSMessages.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "TSMessages"
12-
s.version = "0.9.11"
12+
s.version = "0.9.12"
1313
s.summary = "Easy to use and customizable messages/notifications for iOS à la Tweetbot."
1414
s.description = <<-DESC
1515
This framework provides an easy to use class to show little notification views on the top of the screen. (à la Tweetbot).
1616
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.
1717
There are 4 different types already set up for you: Success, Error, Warning, Message.
1818
DESC
19-
s.homepage = "https://github.com/toursprung/TSMessages/"
19+
s.homepage = "https://github.com/KrauseFx/TSMessages/"
2020

2121
s.license = 'MIT'
2222
s.author = { "Felix Krause" => "[email protected]" }
23-
s.source = { :git => "https://github.com/toursprung/TSMessages.git", :tag => s.version.to_s }
23+
s.source = { :git => "https://github.com/KrauseFx/TSMessages.git", :tag => s.version.to_s }
2424
s.social_media_url = 'https://twitter.com/KrauseFx'
2525

2626
s.platform = :ios, '5.0'

0 commit comments

Comments
 (0)