13 lines
446 B
Ruby
13 lines
446 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'SDWebImage'
|
|
s.version = '2.4'
|
|
s.platform = :ios
|
|
s.license = 'MIT'
|
|
s.summary = 'UIImageView category adding suppport for remote images coming from the web asynchronously with caching.'
|
|
s.homepage = 'https://github.com/rs/SDWebImage'
|
|
s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' }
|
|
|
|
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '2.4' }
|
|
s.source_files = '*.[mh]'
|
|
end
|