Skip to content

Commit fddf57b

Browse files
committed
Updated version to 2.1.1
1 parent 4f97fd5 commit fddf57b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EGOCache.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "EGOCache"
3-
s.version = "2.1"
3+
s.version = "2.1.1"
44
s.summary = "Fast Caching for Objective-C (iPhone & Mac Compatible)."
55
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."
66
s.homepage = "https://github.com/enormego/EGOCache"
@@ -9,4 +9,4 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/enormego/EGOCache.git", :tag => "v" + s.version.to_s }
1010
s.requires_arc = true
1111
s.source_files = "*.{h,m}"
12-
end
12+
end

0 commit comments

Comments
 (0)