tunnelkit/Podfile

22 lines
447 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
abstract_target 'TunnelKit' do
pod 'SwiftyBeaver'
pod 'OpenSSL-Apple', '~> 1.1.0j.2'
target 'TunnelKit-iOS' do
platform :ios, '11.0'
end
target 'TunnelKitHost' do
platform :ios, '11.0'
end
target 'TunnelKit-macOS' do
platform :osx, '10.11'
end
target 'TunnelKitTests-macOS' do
platform :osx, '10.11'
end
end