Skip to content

Instantly share code, notes, and snippets.

@blackgold9
Created February 13, 2013 04:10
Show Gist options
  • Save blackgold9/4942198 to your computer and use it in GitHub Desktop.
Save blackgold9/4942198 to your computer and use it in GitHub Desktop.
platform :ios, :deployment_target=>"6.0"
inhibit_all_warnings!
target :todayGHTests, :exclusive => true do
link_with 'todayGHUnitTests'
pod 'Specta'
pod 'OCHamcrest'
pod 'Expecta', :git=>'git@github.com:blackgold9/expecta.git'
pod 'OCMock'
pod 'GHUnitIOS'
end
...
Project pods
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment