Fixed tests no longer working after CocoaPods 1.0

This commit is contained in:
Joshua Hudson
2016-05-31 12:42:22 -07:00
parent 7a0e9ff317
commit 647e9ed859
5 changed files with 71 additions and 5 deletions
+10 -2
View File
@@ -3,6 +3,14 @@ source 'https://github.com/CocoaPods/Specs.git'
# inhibit_all_warnings!
use_frameworks!
target 'ObjectiveCExample' do
pod 'SSZipArchive', :path => '..'
def testing_pods
pod 'SSZipArchive', :path => '..'
end
target 'ObjectiveCExample' do
testing_pods
end
target 'ObjectiveCExampleTests' do
testing_pods
end