Podfile 223 B

1234567891011
  1. target 'Masonry Mac Tests', :exclusive => true do
  2. platform :osx, '10.7'
  3. pod 'Specta'
  4. pod 'Expecta'
  5. end
  6. target 'Masonry iOS Tests', :exclusive => true do
  7. platform :ios, '6.0'
  8. pod 'Specta'
  9. pod 'Expecta'
  10. end