From e3d8bc8daf537a7b23f67f25dacac876aa18bdc7 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Mon, 10 Dec 2012 15:31:44 +0100 Subject: [PATCH] Fix podspec typo (fix #240) --- SDWebImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 2eb8cec6..4d359a6c 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -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/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'