From aa6f5d76db019b9dc64bb22db20215f4ea07cbf5 Mon Sep 17 00:00:00 2001 From: Scott Berrevoets Date: Sat, 4 Oct 2014 16:25:53 -0700 Subject: [PATCH] Update reference --- SDCAlertView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index f9576e05..406127ba 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| # Source Info s.platform = :ios, '7.0' - s.source = { :git => 'https://github.com/Scott90/SDCAlertView.git', :tag => "v#{s.version}" } + s.source = { :git => 'https://github.com/sberrevoets/SDCAlertView.git', :tag => "v#{s.version}" } s.source_files = 'SDCAlertView/Source/*.{h,m}' s.requires_arc = true