Merge pull request #380 from stylight/master
Fixed Podspec by including NS* files into source files
This commit is contained in:
commit
eaf6cd26e1
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue