Podfile 357 B

123456789
  1. platform :ios, '10.0'
  2. target 'TunneledWebView' do
  3. pod 'OpenSSL-Universal', '1.0.2.17'
  4. pod 'PsiphonTunnel', :git => 'https://github.com/Psiphon-Labs/psiphon-tunnel-core-iOS-library.git'
  5. pod 'OCSPCache', :git => "https://github.com/Psiphon-Labs/OCSPCache.git", :commit => '71e9f5d'
  6. #pod 'OCSPCache', :path => "../../../../../OCSPCache/"
  7. end