Przeglądaj źródła

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

Christopher Gateley 13 lat temu
rodzic
commit
c5b712d09a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SDWebImage.podspec

+ 1 - 1
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'