From 716fc38c93c615baaa168c6ad35416d307e28637 Mon Sep 17 00:00:00 2001 From: Vincent Pizzo Date: Mon, 9 Dec 2013 15:54:44 -0600 Subject: [PATCH] Updating podspec --- SDWebImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 768b6b3..3786ff6 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.' s.homepage = 'https://github.com/rs/SDWebImage' s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' } - s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/vincentjames501/SDWebImage.git', :tag => s.version.to_s } s.description = 'This library provides a category for UIImageView with support for remote ' \ 'images coming from the web. It provides an UIImageView category adding web ' \