Add react-native-debugger (#21609)

This commit is contained in:
Jhen-Jie Hong 2016-06-02 05:47:02 +08:00 committed by Aditya Dalal
parent 8275276493
commit 629843e31e
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
cask 'react-native-debugger' do
version '0.1.0'
sha256 'ef91976656f814f17aefa614eb46c49d1eef4000a365039ef7a1cfef42382538'
url "https://github.com/jhen0409/react-native-debugger/releases/download/v#{version}/rn-debugger-darwin-x64.dmg"
appcast 'https://github.com/jhen0409/react-native-debugger/releases.atom',
checkpoint: '0b27bfd09b5b0bb92385a256b97533999b87add5c491b413c53e234fc4344b68'
name 'React Native Debugger'
homepage 'https://github.com/jhen0409/react-native-debugger'
license :mit
app 'React Native Debugger.app'
end