mirror of
https://github.com/samsonjs/CacheCreek.git
synced 2026-03-25 09:05:53 +00:00
16 lines
485 B
Ruby
16 lines
485 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'CacheIsKing'
|
|
s.version = '0.0.1'
|
|
s.license = 'MIT'
|
|
s.summary = 'A simple cache that can hold 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 }
|
|
|
|
s.ios.deployment_target = '8.0'
|
|
s.tvos.deployment_target = '9.0'
|
|
|
|
s.source_files = 'Source/*.swift'
|
|
|
|
s.requires_arc = true
|
|
end
|