Skip to content

Commit 90d1202

Browse files
author
Olivier Poitrey
committed
Merge pull request SDWebImage#413 from stylight/master
Fixed dependency on libwebp in the podspec
2 parents 04fa4c9 + c1e686b commit 90d1202

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SDWebImage.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.author = { 'Olivier Poitrey' => '[email protected]' }
99
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.2' }
1010

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 ' \
1212
'images coming from the web. It provides an UIImageView category adding web ' \
1313
'image and cache management to the Cocoa Touch framework, an asynchronous ' \
1414
'image downloader, an asynchronous memory + disk image caching with automatic ' \
@@ -20,6 +20,8 @@ Pod::Spec.new do |s|
2020
s.source_files = 'SDWebImage/{NS,SD,UI}*.{h,m}'
2121
s.framework = 'ImageIO'
2222

23+
s.dependency 'libwebp'
24+
2325
# TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'
2426
s.subspec 'MapKit' do |mk|
2527
mk.source_files = 'SDWebImage/MKAnnotationView+WebCache.*'

0 commit comments

Comments
 (0)