2018-10-11 07:13:19 +00:00
|
|
|
source 'https://github.com/cocoapods/specs.git'
|
|
|
|
use_frameworks!
|
|
|
|
|
|
|
|
def shared_pods
|
2018-10-18 14:50:25 +00:00
|
|
|
#pod 'TunnelKit', '~> 1.1.2'
|
2018-10-24 19:19:10 +00:00
|
|
|
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '6995b88'
|
2018-10-18 11:00:58 +00:00
|
|
|
#pod 'TunnelKit', :path => '../tunnelkit'
|
2018-10-11 07:13:19 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
target 'Passepartout-iOS' do
|
|
|
|
platform :ios, '11.0'
|
|
|
|
shared_pods
|
|
|
|
pod 'MBProgressHUD'
|
|
|
|
end
|
|
|
|
target 'Passepartout-iOS-Tunnel' do
|
|
|
|
platform :ios, '11.0'
|
|
|
|
shared_pods
|
|
|
|
end
|
|
|
|
target 'PassepartoutTests-iOS' do
|
|
|
|
platform :ios, '11.0'
|
|
|
|
shared_pods
|
|
|
|
end
|