From 013fdd2d9af3d21fb67f75cb7c56e1da4d113c93 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Tue, 19 Jan 2016 13:01:08 +0100 Subject: [PATCH] - Fig github user --- UIBezierPathOvalSegment.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UIBezierPathOvalSegment.podspec b/UIBezierPathOvalSegment.podspec index 9847f7b..6d104ec 100644 --- a/UIBezierPathOvalSegment.podspec +++ b/UIBezierPathOvalSegment.podspec @@ -18,11 +18,11 @@ s.summary = "UIBezierPathOvalSegment." # * Finally, don't worry about the indent, CocoaPods strips it! #s.description = <<-DESC DESC -s.homepage = "https://github.com//UIBezierPathOvalSegment" +s.homepage = "https://github.com/giuseppenucifora/UIBezierPathOvalSegment" # 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//UIBezierPathOvalSegment.git", :tag => s.version.to_s } +s.source = { :git => "https://github.com/giuseppenucifora/UIBezierPathOvalSegment.git", :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.platform = :ios, '7.0'