homebrew-cask/Casks/zeplin.rb

14 lines
317 B
Ruby

cask 'zeplin' do
version :latest
sha256 :no_check
# downloads can be found at https://zeplin.io/support.html#download
# zpl.io was verified as official when first introduced to the cask
url 'https://zpl.io/download'
name 'Zeplin'
homepage 'https://zeplin.io/'
license :gratis
app 'Zeplin.app'
end