Skip to content

Commit

Permalink
Fixing 0.4.0 of JMImageCache
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemarsh committed Dec 3, 2012
1 parent 2b64e5c commit 2add068
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions JMImageCache/0.4.0/JMImageCache.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "JMImageCache"
s.version = "0.4.0"
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. With fix to the placeholder behaviour'

s.homepage = "https://github.com/jakemarsh/JMImageCache"

s.license = {
:type => 'MIT',
:file => 'MIT-LICENSE'
}

s.authors = { "Jake Marsh" => "jake@deallocatedobjects.com" }

s.source = { :git => "https://github.com/jakemarsh/JMImageCache.git", :tag => "0.4.0" }

s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = ['*.h', '*.m']
end

0 comments on commit 2add068

Please sign in to comment.