Podfile 223 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 target 'Masonry Mac Tests', :exclusive => true do platform :osx, '10.7' pod 'Specta' pod 'Expecta' end target 'Masonry iOS Tests', :exclusive => true do platform :ios, '6.0' pod 'Specta' pod 'Expecta' end