Update podspec

This commit is contained in:
Olivier Poitrey 2012-11-04 17:52:12 +01:00
parent efe65bfd3b
commit df89ee44cd
1 changed files with 2 additions and 2 deletions

View File

@ -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'