Add ImageIO dep

This commit is contained in:
Olivier Poitrey 2012-09-12 13:02:33 +02:00
parent c32f9c03f8
commit cac29dc753
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Pod::Spec.new do |s|
'and performances!'
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'
#s.subspec 'MapKit' do