ZipArchive/SwiftExample/Podfile

9 lines
155 B
Plaintext
Raw Normal View History

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