Remove podspect tag
This commit is contained in:
parent
ddd03f7d2c
commit
0691f7cd97
|
@ -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 => '2.7' }
|
||||
s.source = { :git => 'https://github.com/rs/SDWebImage.git' }
|
||||
|
||||
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 ' \
|
||||
|
|
Loading…
Reference in New Issue