Commit c3c6149c authored by K's avatar K
Browse files

14.4.8.6

No related merge requests found
Showing with 2 additions and 2 deletions
+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 ' \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment