platform :osx, '10.14'

target 'Maccy' do
  use_frameworks!

  pod 'Fuse', '~> 1.2'
  pod 'HotKey', '>= 0.1.2'
  pod 'LoginServiceKit', git: 'https://github.com/Clipy/LoginServiceKit.git'
  pod 'SwiftHEXColors', '~> 1.3'

  target 'MaccyTests' do
    inherit! :search_paths
  end
end
