Files
GitHawk/Local Pods/FlatCache/FlatCache.podspec
Ryan Nystrom 5bae4ba89d [WIP] Add FlatCache lib and use for Notifications (#632)
* 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
2017-10-22 00:08:42 -04:00

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