target 'Masonry Mac Tests', :exclusive => true do platform :osx, '10.8' pod 'Specta' pod 'Expecta' end target 'Masonry iOS Tests', :exclusive => true do platform :ios, '6.0' pod 'Specta' pod 'Expecta' end