2018-08-23 08:19:25 +00:00
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
use_frameworks!
|
|
|
|
|
2018-08-23 10:09:44 +00:00
|
|
|
abstract_target 'TunnelKit' do
|
2018-08-23 08:19:25 +00:00
|
|
|
pod 'SwiftyBeaver'
|
2019-04-27 08:01:09 +00:00
|
|
|
pod 'OpenSSL-Apple', '~> 1.1.0j.2'
|
2018-08-23 08:19:25 +00:00
|
|
|
|
2018-08-23 10:09:44 +00:00
|
|
|
target 'TunnelKit-iOS' do
|
2018-09-26 08:41:59 +00:00
|
|
|
platform :ios, '11.0'
|
2018-08-23 08:19:25 +00:00
|
|
|
end
|
2018-08-23 10:09:44 +00:00
|
|
|
target 'TunnelKitHost' do
|
2018-09-26 08:41:59 +00:00
|
|
|
platform :ios, '11.0'
|
2018-08-23 08:19:25 +00:00
|
|
|
end
|
|
|
|
|
2018-08-23 10:09:44 +00:00
|
|
|
target 'TunnelKit-macOS' do
|
2018-08-23 08:19:25 +00:00
|
|
|
platform :osx, '10.11'
|
|
|
|
end
|
2018-11-05 17:17:29 +00:00
|
|
|
target 'TunnelKitTests-macOS' do
|
|
|
|
platform :osx, '10.11'
|
|
|
|
end
|
2018-08-23 08:19:25 +00:00
|
|
|
end
|