ZipArchive/SwiftExample/Podfile

10 lines
171 B
Ruby

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