Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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' |
-
Please register or login to post a comment