passepartout-apple/Podfile

27 lines
581 B
Plaintext
Raw Normal View History

2018-10-11 07:13:19 +00:00
source 'https://github.com/cocoapods/specs.git'
2019-03-18 11:08:31 +00:00
platform :ios, '11.0'
2018-10-11 07:13:19 +00:00
use_frameworks!
2019-05-23 21:03:59 +00:00
load 'Podfile.include'
$tunnelkit_name = 'TunnelKit'
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
2019-05-23 21:03:59 +00:00
2018-10-11 07:13:19 +00:00
def shared_pods
2019-05-28 13:28:12 +00:00
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.1'
pod_git $tunnelkit_name, $tunnelkit_specs, 'a861c69'
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
pod 'SSZipArchive'
2018-10-11 07:13:19 +00:00
end
target 'PassepartoutCore-iOS' do
2018-10-11 07:13:19 +00:00
shared_pods
end
target 'Passepartout-iOS' do
pod 'MBProgressHUD'
2018-10-11 07:13:19 +00:00
end
target 'Passepartout-iOS-Tunnel' do
2018-10-11 07:13:19 +00:00
shared_pods
end