From 16f942d56a6d5a61fbc9a758a27c6d966d78c7c5 Mon Sep 17 00:00:00 2001 From: Victor Sigler Date: Thu, 13 Oct 2016 15:17:17 -0400 Subject: [PATCH] Replace the homepage and source in with the correct pointing to the current repository in the organization. --- BuildaUtils.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildaUtils.podspec b/BuildaUtils.podspec index 46fb231..e2951a7 100644 --- a/BuildaUtils.podspec +++ b/BuildaUtils.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| Both Buildasaur and XcodeServerSDK need similar utilities. This is where I keep them. DESC - s.homepage = "https://github.com/czechboy0/BuildaUtils" + s.homepage = "https://github.com/buildasaurs/BuildaUtils" s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = { "Honza Dvorsky" => "http://honzadvorsky.com" } @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "2.0" s.tvos.deployment_target = "9.0" - s.source = { :git => "https://github.com/czechboy0/BuildaUtils.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/buildasaurs/BuildaUtils.git", :tag => "v#{s.version}" } s.source_files = "Source/*.{swift}" # load the dependencies from the podfile for target ekgclient