Fix podspec typo (fix #240)

This commit is contained in:
Olivier Poitrey 2012-12-10 15:31:44 +01:00
parent 84fe4a6669
commit e3d8bc8daf
1 changed files with 1 additions and 1 deletions

View File

@ -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/{SD,UI}*.{h,m}'
s.framework = 'ImageIO'
# TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'