mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-02 19:44:08 +08:00
* init FlatCache lib * tests for all other cases * install flatcache to freeitme project, move VM creation into client * refactor and split up inbox design * fixup flatcache pod
10 lines
456 B
Ruby
10 lines
456 B
Ruby
Pod::Spec.new do |spec|
|
|
spec.name = 'FlatCache'
|
|
spec.version = '0.1.0'
|
|
spec.license = { :type => 'MIT' }
|
|
spec.homepage = 'https://github.com/rnystrom/GitHawk'
|
|
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
|
|
spec.summary = 'In memory flat cache.'
|
|
spec.source = { :git => 'https://github.com/rnystrom/GitHawk.git', :tag => '#{s.version}' }
|
|
spec.source_files = 'FlatCache/*.swift'
|
|
end |