Skip to content

Commit

Permalink
Updated version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shnhrrsn committed Mar 19, 2015
1 parent 4f97fd5 commit fddf57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EGOCache.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EGOCache"
s.version = "2.1"
s.version = "2.1.1"
s.summary = "Fast Caching for Objective-C (iPhone & Mac Compatible)."
s.description = "EGOCache is a simple, thread-safe key value cache store. It has native support for NSString, UI/NSImage, and NSData, but can store anything that implements <NSCoding>. All cached items expire after the timeout, which by default, is one day."
s.homepage = "https://github.com/enormego/EGOCache"
Expand All @@ -9,4 +9,4 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/enormego/EGOCache.git", :tag => "v" + s.version.to_s }
s.requires_arc = true
s.source_files = "*.{h,m}"
end
end

0 comments on commit fddf57b

Please sign in to comment.