...
|
...
|
@@ -5,7 +5,7 @@ Pod::Spec.new do |s| |
|
|
s.license = 'MIT'
|
|
|
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
|
|
|
s.homepage = 'http://git.dev.yoho.cn/utility/yh_sdwebimage'
|
|
|
s.author = { 'YOHO iOS' => 'xiaojun.zhu@yoho.cn' }
|
|
|
s.author = { "YOHO iOS" => "xiaojun.zhu@yoho.cn" }
|
|
|
s.source = { :git => "http://git.dev.yoho.cn/utility/yh_sdwebimage.git", :tag => s.version.to_s }
|
|
|
|
|
|
s.description = 'This library provides a category for UIImageView with support for remote ' \
|
...
|
...
|
|