14.4.8.6
Showing
+2 -2
Pod::Spec.new do |s| | ||
s.name = 'QXCWebImage' | ||
s.version = '14.4.8.5' | ||
s.version = '14.4.8.6' | ||
s.osx.deployment_target = '10.9' | ||
s.ios.deployment_target = '7.0' | ||
... | ... | @@ -11,7 +11,7 @@ Pod::Spec.new do |s| |
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.' | ||
s.homepage = 'https://github.com/SDWebImage/SDWebImage' | ||
s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' } | ||
s.source = { :git => 'https://github.com/SDWebImage/SDWebImage.git', :tag => s.version.to_s } | ||
s.source = { :git => 'http://git.qianxuecloud.com/qianxue/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 ' \ | ||
... | ... |
Please register or sign in to comment