Skip to content

Instantly share code, notes, and snippets.

@hoang-tran
Created July 24, 2016 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoang-tran/043646f783b7fe19d0731494ba3f2818 to your computer and use it in GitHub Desktop.
Save hoang-tran/043646f783b7fe19d0731494ba3f2818 to your computer and use it in GitHub Desktop.
platform :ios, '9.0'
target 'MyAwesomeProject' do
target 'MyAwesomeProjectTests' do
inherit! :search_paths
pod 'Specta'
pod 'Expecta'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment