Skip to content

Commit 0691f7c

Browse files
author
Olivier Poitrey
committed
Remove podspect tag
1 parent ddd03f7 commit 0691f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SDWebImage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
77
s.homepage = 'https://github.com/rs/SDWebImage'
88
s.author = { 'Olivier Poitrey' => '[email protected]' }
9-
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '2.7' }
9+
s.source = { :git => 'https://github.com/rs/SDWebImage.git' }
1010

1111
s.description = 'This library provides a category for UIImageVIew with support for remote ' \
1212
'images coming from the web. It provides an UIImageView category adding web ' \

0 commit comments

Comments
 (0)