aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ios-sim.rb
blob: 0db0d12d242234354dbbe29f91874952bcab0942 (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class IosSim < Formula
  homepage 'https://github.com/phonegap/ios-sim'
  url 'https://github.com/phonegap/ios-sim/archive/1.6.tar.gz'
  sha1 '508aee052833ce6d402fae6a5dcc769049167fba'

  def install
    rake "install", "prefix=#{prefix}"
  end
end