aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ios-sim.rb
blob: 62aa66806d80eed20be74b99aa968c5700b18abf (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.7.tar.gz'
  sha1 'd338873178b24779d30791b045991396bfe7ba69'

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