Authored by Olivier Poitrey

Add ImageIO dep

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