Authored by Christopher Gateley

Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category

@@ -16,7 +16,7 @@ Pod::Spec.new do |s| @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16 'several times, a guarantee that bogus URLs won\'t be retried again and again, ' \ 16 'several times, a guarantee that bogus URLs won\'t be retried again and again, ' \
17 'and performances!' 17 'and performances!'
18 18
19 - s.source_files = 'SDWebImage/{SD,UI}*.{h,m}' 19 + s.source_files = 'SDWebImage/{MK,SD,UI}*.{h,m}'
20 s.framework = 'ImageIO' 20 s.framework = 'ImageIO'
21 21
22 # TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage' 22 # TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'