From 91e31b820545defca8a108fd274c1afc497fad2f Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Wed, 25 Jul 2012 18:34:37 -0500 Subject: [PATCH] JMImageCache v0.2.0 --- JMImageCache/0.2.0/JMImageCache.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JMImageCache/0.2.0/JMImageCache.podspec b/JMImageCache/0.2.0/JMImageCache.podspec index 106582ce..8b32be98 100644 --- a/JMImageCache/0.2.0/JMImageCache.podspec +++ b/JMImageCache/0.2.0/JMImageCache.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'JMImageCache' - s.version = '0.2.0' + 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.0' } + s.source = { :git => 'https://github.com/jakemarsh/JMImageCache.git', :tag => '0.2.1' } s.platform = :ios s.requires_arc = true @@ -17,5 +17,5 @@ Pod::Spec.new do |s| :file => 'MIT-LICENSE' } - s.source_files = ['JMImageCache/*.h', 'JMImageCache/*.m'] + s.source_files = ['*.h', '*.m'] end \ No newline at end of file