From 1d1d19da6bef461fb577b42b0f17f9b7ecabea4a Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Mon, 9 Nov 2015 12:52:03 +0100 Subject: [PATCH] Fix PodSpec --- UIDevice-Utils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'