passepartout-apple/Podfile
Davide De Rosa 1f722198e9 Shut down if server uses compression at all.
- Announcement in PUSH_REPLY
- Header in data packets

Bump to 1.0.2.
2019-02-28 17:20:36 +01:00

23 lines
528 B
Ruby

source 'https://github.com/cocoapods/specs.git'
use_frameworks!
def shared_pods
#pod 'TunnelKit', '~> 1.4.1'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => 'c05a479'
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
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