diff --git a/EGOCache.podspec b/EGOCache.podspec index c6a8169..a503186 100644 --- a/EGOCache.podspec +++ b/EGOCache.podspec @@ -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 . All cached items expire after the timeout, which by default, is one day." s.homepage = "https://github.com/enormego/EGOCache" @@ -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 \ No newline at end of file +end