ZipArchive/ObjectiveCExample/Podfile
2016-05-31 12:42:22 -07:00

17 lines
251 B
Ruby

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