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