Include NS* files in source files of Podspec

This commit is contained in:
Alexander Kolov 2013-04-29 12:23:29 +03:00
parent ad4babd25d
commit 952eeec05a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Pod::Spec.new do |s|
'and performances!'
s.requires_arc = true
s.source_files = 'SDWebImage/{SD,UI}*.{h,m}'
s.source_files = 'SDWebImage/{NS,SD,UI}*.{h,m}'
s.framework = 'ImageIO'
# TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'