Add WordCounter v1.2.1

Adds support for installing the [WordCounter](http://wordcounterapp.com/) app
This commit is contained in:
Tim Hordern 2015-04-29 15:36:18 -04:00
parent c9485fa2f5
commit 4e2ab43ab9
1 changed files with 11 additions and 0 deletions

11
Casks/wordcounter.rb Normal file
View File

@ -0,0 +1,11 @@
cask :v1 => 'wordcounter' do
version :latest
sha256 :no_check
url 'http://wordcounterapp.com/download'
name 'WordCounter'
homepage 'http://wordcounterapp.com/'
license :commercial
app 'WordCounter.app'
end