Files
JBChartView/SDWebImage/2.4/SDWebImage.podspec
T
Conrad Irwin 48698c0f1e +SDWebImage
2011-11-15 13:06:58 -08:00

13 lines
443 B
Ruby

dependency do |s|
s.name = 'SDWebImage'
s.version = '2.4'
s.platform = :ios
s.licence = '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