source :rubygems

gem "rake"

group :scripts do
  gem "sinatra"
  gem "pusher"
  gem "json"
  gem "thin"
  gem "uuid"
  gem "rest-client"
end

group :building do
  gem "rest-client"
  gem "xcodebuild-rb", git: "git://github.com/lukeredpath/xcodebuild-rb.git"
  gem "xcodeproj", git: "git://github.com/CocoaPods/Xcodeproj"
  gem "cocoapods", git: "git://github.com/CocoaPods/CocoaPods"
  #gem "xcodeproj", path: File.expand_path("~/Code/repos/cocoapods/external/Xcodeproj")
  #gem "cocoapods", path: File.expand_path("~/Code/repos/cocoapods")
  gem "github-downloads", git: "git://github.com/lukeredpath/github-downloads.git"
  gem "osx_keychain"
end
