Showing
1 changed file
with
2 additions
and
2 deletions
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" |
-
Please register or login to post a comment