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!
|
|
|
|
|
|
|
|
def shared_pods
|
2019-04-09 18:36:06 +00:00
|
|
|
#pod 'TunnelKit', '~> 1.6.1'
|
|
|
|
#pod 'TunnelKit/LZO', '~> 1.6.1'
|
2019-04-12 20:41:41 +00:00
|
|
|
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '904e7ba'
|
|
|
|
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '904e7ba'
|
2018-11-05 19:30:06 +00:00
|
|
|
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
|
2019-03-20 08:14:14 +00:00
|
|
|
#pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit'
|
2019-04-11 16:07:59 +00:00
|
|
|
pod 'SSZipArchive'
|
2018-10-11 07:13:19 +00:00
|
|
|
end
|
|
|
|
|
2019-03-18 09:51:16 +00:00
|
|
|
target 'Passepartout-Core' do
|
2018-10-11 07:13:19 +00:00
|
|
|
shared_pods
|
|
|
|
end
|
2019-03-18 09:51:16 +00:00
|
|
|
target 'Passepartout-CoreTests' do
|
|
|
|
shared_pods
|
|
|
|
end
|
|
|
|
|
|
|
|
target 'Passepartout-iOS' do
|
|
|
|
pod 'MBProgressHUD'
|
2018-10-11 07:13:19 +00:00
|
|
|
end
|
2019-03-18 09:51:16 +00:00
|
|
|
target 'Passepartout-iOS-Tunnel' do
|
2018-10-11 07:13:19 +00:00
|
|
|
shared_pods
|
|
|
|
end
|