1 cask :v1 => 'xamarin-ios' do
3 sha256 '6fd3ffd73937d937e0dac4bfdc6534fc948ceebf38d02b3eee94cd857fba4ee8'
5 url "http://download.xamarin.com/MonoTouch/Mac/monotouch-#{version}.pkg"
6 appcast 'http://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
7 :sha256 => '713f272a1e36262f1b2c5a06f4ed1b1eb8987d240018347a51312dfedeeafcf3',
9 homepage 'http://xamarin.com/ios'
10 license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
12 pkg "monotouch-#{version}.pkg"
14 uninstall :pkgutil => 'com.xamarin.monotouch.pkg'