Files
JBChartView/SDWebImage/2.4/SDWebImage.podspec
T
2011-11-15 13:51:45 -08:00

13 lines
446 B
Ruby

Pod::Spec.new 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