From c5b712d09ad86de6b72291d2dcf5612c6e4afa1e Mon Sep 17 00:00:00 2001 From: Christopher Gateley Date: Mon, 1 Oct 2012 15:50:12 -0400 Subject: [PATCH] Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category --- SDWebImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 28100ebb..f4de3522 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/{MK,SD,UI}*.{h,m}' s.framework = 'ImageIO' # TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'