passepartout-apple/Podfile

33 lines
917 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-11-21 18:18:46 +00:00
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.0.1'
2020-12-25 20:04:56 +00:00
pod_git $tunnelkit_name, $tunnelkit_specs, '304d021'
#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-05-13 12:08:02 +00:00
pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => '0b09b1e'
2019-10-11 16:09:46 +00:00
#pod "Convenience/#{spec}", :path => '../../personal/convenience'
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