Authored by 朱小军

更新版本

1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '1.0.1'  
4 - s.platform = :ios, '5.0' 3 + s.version = '1.0.3'
  4 + s.platform = :ios, '8.0'
5 s.license = 'MIT' 5 s.license = 'MIT'
6 s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.' 6 s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
7 s.homepage = "http://git.yoho.cn/ios/yh_sdwebimage" 7 s.homepage = "http://git.yoho.cn/ios/yh_sdwebimage"