diff --git a/Example/Pods/Local Podspecs/TSMessages.podspec b/Example/Pods/Local Podspecs/TSMessages.podspec index f79f6b44..3b95def9 100644 --- a/Example/Pods/Local Podspecs/TSMessages.podspec +++ b/Example/Pods/Local Podspecs/TSMessages.podspec @@ -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' diff --git a/TSMessages.podspec b/TSMessages.podspec index f79f6b44..3b95def9 100644 --- a/TSMessages.podspec +++ b/TSMessages.podspec @@ -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'