You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
323 B
10 lines
323 B
class XamarinIos < Cask
|
|
version '7.2.1.25'
|
|
sha256 'd95afc2fafd3e773809e18d39f1b830e0df172f39d3f60b0cfa55f4058eb19a2'
|
|
|
|
url 'http://download.xamarin.com/MonoTouch/Mac/monotouch-7.2.1.25.pkg'
|
|
homepage 'http://xamarin.com/ios'
|
|
|
|
install 'monotouch-7.2.1.25.pkg'
|
|
uninstall :pkgutil => 'com.xamarin.monotouch.pkg'
|
|
end
|
|
|