Updating podspec

This commit is contained in:
Vincent Pizzo 2013-12-09 15:54:44 -06:00
parent 4335fb7e41
commit 716fc38c93
1 changed files with 1 additions and 1 deletions

View File

@ -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 ' \