From df89ee44cdc171c895c2fc0b40711e73a82121fb Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Sun, 4 Nov 2012 17:52:12 +0100 Subject: [PATCH] Update podspec --- SDWebImage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index f4de3522..23bef001 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '2.7' + s.version = '3.0' s.platform = :ios s.license = 'MIT' s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| 'several times, a guarantee that bogus URLs won\'t be retried again and again, ' \ 'and performances!' - s.source_files = 'SDWebImage/{MK,SD,UI}*.{h,m}' + s.source_files = 'SDWebImage/SD,UI}*.{h,m}' s.framework = 'ImageIO' # TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'