Files
JBChartView/JMImageCache/0.2.1/JMImageCache.podspec
T
2012-08-07 00:30:23 +02:00

21 lines
726 B
Ruby

Pod::Spec.new do |s|
s.name = 'JMImageCache'
s.version = '0.2.1'
s.summary = 'NSCache based remote-image caching and downloading mechanism for iOS.'
s.description = 'NSCache based remote-image caching and downloading mechanism for iOS. Is block based and uses a simple UIImageView category to handle loading images with placeholders.'
s.homepage = 'https://github.com/jakemarsh/JMImageCache'
s.authors = { 'Jake Marsh' => 'jake@deallocatedobjects.com' }
s.source = { :git => 'https://github.com/jakemarsh/JMImageCache.git', :tag => '0.2.1' }
s.platform = :ios
s.requires_arc = true
s.license = {
:type => 'MIT',
:file => 'MIT-LICENSE'
}
s.source_files = ['*.h', '*.m']
end