Authored by 朱小军

no message

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