github.com/psiphon-Labs/psiphon-tunnel-core@v2.0.28+incompatible/MobileLibrary/iOS/SampleApps/TunneledWebView/Podfile (about) 1 platform :ios, '10.0' 2 3 target 'TunneledWebView' do 4 pod 'OpenSSL-Universal', '1.0.2.17' 5 pod 'PsiphonTunnel', :git => 'https://github.com/Psiphon-Labs/psiphon-tunnel-core-iOS-library.git' 6 pod 'OCSPCache', :git => "https://github.com/Psiphon-Labs/OCSPCache.git", :commit => '71e9f5d' 7 #pod 'OCSPCache', :path => "../../../../../OCSPCache/" 8 end 9