Merge pull request #380 from stylight/master

Fixed Podspec by including NS* files into source files
This commit is contained in:
Olivier Poitrey 2013-04-29 02:29:39 -07:00
commit eaf6cd26e1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Pod::Spec.new do |s|
'and performances!' 'and performances!'
s.requires_arc = true s.requires_arc = true
s.source_files = 'SDWebImage/{SD,UI}*.{h,m}' s.source_files = 'SDWebImage/{NS,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'