mirror of
https://github.com/samsonjs/CacheCreek.git
synced 2026-03-25 09:05:53 +00:00
Update podspec for 0.0.2 release
This commit is contained in:
parent
0431ce8d79
commit
3f46ef442b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue