Podfile 251 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 source 'https://github.com/CocoaPods/Specs.git' # inhibit_all_warnings! use_frameworks! def testing_pods pod 'SSZipArchive', :path => '..' end target 'ObjectiveCExample' do testing_pods end target 'ObjectiveCExampleTests' do testing_pods end