Olivier Poitrey 13 жил өмнө
parent
commit
df89ee44cd

+ 2 - 2
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name     = 'SDWebImage'
   s.name     = 'SDWebImage'
-  s.version  = '2.7'
+  s.version  = '3.0'
   s.platform = :ios
   s.platform = :ios
   s.license  = 'MIT'
   s.license  = 'MIT'
   s.summary  = 'Asynchronous image downloader with cache support with an UIImageView category.'
   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, ' \
                    'several times, a guarantee that bogus URLs won\'t be retried again and again, ' \
                    'and performances!'
                    'and performances!'
 
 
-  s.source_files = 'SDWebImage/{MK,SD,UI}*.{h,m}'
+  s.source_files = 'SDWebImage/SD,UI}*.{h,m}'
   s.framework = 'ImageIO'
   s.framework = 'ImageIO'
 
 
   # TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'
   # TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'