Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. use_frameworks!
  2. target ‘MyProject’ do
  3.  pod ‘Cartography’
  4. target ‘MyProject_Tests’ do
  5. pod ‘Quick’
  6.  pod ‘Nimble’
  7.  pod ‘Nimble-Snapshots’
  8.  end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement