Podfile 360 B

123456789
  1. platform :ios, '10.0'
  2. target 'TunneledWebRequest' 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 => 'b945a57'
  6. #pod 'OCSPCache', :path => "../../../../../OCSPCache/"
  7. end