homebrew-cask/Casks/xamarin-ios.rb

9 lines
321 B
Ruby

class XamarinIos < Cask
url 'http://download.xamarin.com/MonoTouch/Mac/monotouch-7.2.1.25.pkg'
homepage 'http://xamarin.com/ios'
version '7.2.1.25'
sha256 'd95afc2fafd3e773809e18d39f1b830e0df172f39d3f60b0cfa55f4058eb19a2'
install 'monotouch-7.2.1.25.pkg'
uninstall :pkgutil => 'com.xamarin.monotouch.pkg'
end