source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

abstract_target 'TunnelKit' do
    pod 'SwiftyBeaver'
    pod 'OpenSSL-Apple', '~> 1.1.0h'

    target 'TunnelKit-iOS' do
        platform :ios, '9.0'
    end
    target 'TunnelKitHost' do
        platform :ios, '9.0'
    end

    target 'TunnelKit-macOS' do
        platform :osx, '10.11'
    end
end