Files
homebrew-cask/Casks/react-native-debugger.rb
2021-03-22 02:05:57 +05:30

13 lines
396 B
Ruby

cask "react-native-debugger" do
version "0.11.7"
sha256 "06cab36041548e3213e9bc3b39a87771812075f0276d22795c5d226e7507de0d"
url "https://github.com/jhen0409/react-native-debugger/releases/download/v#{version}/rn-debugger-macos-x64.zip"
name "React Native Debugger"
homepage "https://github.com/jhen0409/react-native-debugger"
auto_updates true
app "React Native Debugger.app"
end