Files
ZipArchive/ObjectiveCExample/Podfile
T

9 lines
160 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
# inhibit_all_warnings!
use_frameworks!
target 'ObjectiveCExample' do
pod 'SSZipArchive', :path => '..'
end