passepartout-apple/Podfile

32 lines
843 B
Plaintext
Raw Normal View History

2018-10-11 07:13:19 +00:00
source 'https://github.com/cocoapods/specs.git'
platform :ios, '12.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
2020-12-28 17:22:59 +00:00
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.1.0'
#pod_git $tunnelkit_name, $tunnelkit_specs, 'e923382'
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
pod 'SSZipArchive'
2019-10-11 08:49:26 +00:00
2019-11-20 23:04:36 +00:00
for spec in ['About', 'Alerts', 'Dialogs', 'InApp', 'Misc', 'Options', 'Persistence', 'Reviewer', 'Tables', 'WebServices'] do
2020-12-27 16:30:25 +00:00
pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => 'b30816a'
2019-10-11 08:49:26 +00:00
end
2018-10-11 07:13:19 +00:00
end
target 'PassepartoutCore-iOS' do
2018-10-11 07:13:19 +00:00
shared_pods
pod 'Kvitto'
2018-10-11 07:13:19 +00:00
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