source 'https://cdn.cocoapods.org/' # inhibit_all_warnings! use_frameworks! abstract_target 'core' do pod 'SSZipArchive', :path => '..' target 'ObjectiveCExample' do platform :ios, '9.0' end target 'ObjectiveCExampleTests_iOS' do platform :ios, '9.0' end target 'ObjectiveCExampleTests_macOS' do platform :osx, '10.9' end target 'ObjectiveCExampleTests_tvOS' do platform :tvos, '9.0' end target 'SwiftExample' do platform :ios, '9.0' end target 'SwiftExample_macOS' do platform :osx, '10.9' end end