diff --git a/MarkdownKit.podspec b/MarkdownKit.podspec index 683e3f6..268310c 100644 --- a/MarkdownKit.podspec +++ b/MarkdownKit.podspec @@ -8,11 +8,11 @@ It supports many of the standard Markdown elements through the use of Regular Expressions. It also allows customization of font and color attributes for all the Markdown elements. DESC - s.homepage = "https://github.com/ivanbruel/MarkdownKit" - s.screenshots = "https://raw.githubusercontent.com/ivanbruel/MarkdownKit/master/Resources/MarkdownKitExample.png" + s.homepage = "https://github.com/bmoliveira/MarkdownKit" + s.screenshots = "https://raw.githubusercontent.com/bmoliveira/MarkdownKit/master/Resources/MarkdownKitExample.png" s.license = {:type => "MIT", :file => "LICENSE"} s.author = {"Ivan Bruel" => "ivan.bruel@gmail.com"} - s.source = {:git => "https://github.com/ivanbruel/MarkdownKit.git", :tag => s.version.to_s} + s.source = {:git => "https://github.com/bmoliveira/MarkdownKit.git", :tag => s.version.to_s} s.social_media_url = "https://twitter.com/ivanbruel" s.ios.deployment_target = "9.0"