homebrew-cask/Casks/uielementinspector.rb

12 lines
382 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'
license :gratis
app 'UIElementInspector/UIElementInspector.app'
end