homebrew-cask/Casks/uielementinspector.rb

11 lines
364 B
Ruby
Raw Normal View History

2015-12-30 05:17:10 +08:00
cask 'uielementinspector' do
version :latest
sha256 :no_check
url 'https://developer.apple.com/library/mac/samplecode/UIElementInspector/UIElementInspector.zip'
2015-12-30 05:17:10 +08:00
name 'Apple UIElementInspector'
homepage 'https://developer.apple.com/library/mac/samplecode/UIElementInspector/Introduction/Intro.html'
app 'UIElementInspector/UIElementInspector.app'
end