Update podspec for 0.0.2 release

This commit is contained in:
Christopher Luu 2016-01-27 11:49:41 -05:00
parent 0431ce8d79
commit 3f46ef442b

View file

@ -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 }