Selaa lähdekoodia

Update podspec

Olivier Poitrey 13 vuotta sitten
vanhempi
sitoutus
df89ee44cd
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      SDWebImage.podspec

+ 2 - 2
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name     = 'SDWebImage'
-  s.version  = '2.7'
+  s.version  = '3.0'
   s.platform = :ios
   s.license  = 'MIT'
   s.summary  = 'Asynchronous image downloader with cache support with an UIImageView category.'
@@ -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/{MK,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'