From 3f46ef442b926c09e2ebcace4033649941a78b01 Mon Sep 17 00:00:00 2001 From: Christopher Luu Date: Wed, 27 Jan 2016 11:49:41 -0500 Subject: [PATCH] Update podspec for 0.0.2 release --- CacheIsKing.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CacheIsKing.podspec b/CacheIsKing.podspec index 1ebd83d..6243c1c 100644 --- a/CacheIsKing.podspec +++ b/CacheIsKing.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = 'CacheIsKing' - s.version = '0.0.1' + s.version = '0.0.2' s.license = 'MIT' - s.summary = 'A simple cache that can hold Swift items' + s.summary = 'A simple cache that can hold anything, including Swift items' s.homepage = 'https://github.com/nuudles/CacheIsKing' s.authors = { 'Christopher Luu' => 'nuudles@gmail.com' } s.source = { :git => 'https://github.com/nuudles/CacheIsKing.git', :tag => s.version }