diff options
| -rw-r--r-- | Library/Formula/ibeacon.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/ibeacon.rb b/Library/Formula/ibeacon.rb index e0c4f5efe..ae6693295 100644 --- a/Library/Formula/ibeacon.rb +++ b/Library/Formula/ibeacon.rb @@ -6,6 +6,11 @@ class Ibeacon < Formula sha1 "2f2b635a1211950772c0ae5269b955c280b8fe73" head "https://github.com/RadiusNetworks/ibeacon-cli.git" + bottle do + cellar :any + sha1 "5ef4660cbd0fdc96c7a9c0ad7a58f462a1a2a2d4" => :mavericks + end + depends_on :macos => :mavericks depends_on :xcode => :build |
