passepartout-apple/Podfile

27 lines
701 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!
def shared_pods
2019-03-21 21:23:54 +00:00
#pod 'TunnelKit', '~> 1.5.0'
#pod 'TunnelKit/LZO', '~> 1.5.0'
2019-03-25 23:41:24 +00:00
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'd03f1bd'
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'd03f1bd'
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
#pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit'
2018-10-11 07:13:19 +00:00
end
target 'Passepartout-Core' do
2018-10-11 07:13:19 +00:00
shared_pods
end
target 'Passepartout-CoreTests' do
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