target "Installer" do
  platform :osx, "10.10"
  pod "ObjectiveSugar"
  pod "GBCli"
  pod "Slash", :git => "https://github.com/chrisdevereux/Slash"
  pod "MPMessagePack"
  pod "KBKit", :path => "KBKit"
end


target "Status" do
  platform :osx, "10.10"
  pod "ObjectiveSugar"
  pod "GBCli"
  pod "Slash", :git => "https://github.com/chrisdevereux/Slash"
  pod "MPMessagePack"
  pod "KBKit", :path => "KBKit"
end

# This runs as a privileged helper so keep dependencies
# here to a minimum.
target "keybase.Helper" do
  platform :osx, "10.10"
  pod "MPMessagePack"
end
