diff --git a/UIDevice-Utils.podspec b/UIDevice-Utils.podspec index 002d924..a5dbe18 100644 --- a/UIDevice-Utils.podspec +++ b/UIDevice-Utils.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT' s.author = { "Giuseppe Nucifora" => "me@giuseppenucifora.com" } - s.source = { :git => "https://github.com//UIDevice-Utils.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/giuseppenucifora/UIDevice-Utils.git", :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.platform = :ios, '7.0'