From 1e010202f7c04faec8f8d0d4fc3e0b658adfcb6d Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Sat, 27 Oct 2018 13:14:49 +0300 Subject: [PATCH] Delete comments --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b42dd12..5ac915d 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,7 @@ To install OpenVPNAdapter with Cocoapods, add the following lines to your `Podfi ```ruby target 'Your Target Name' do - # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! - - # Pods for iOSOpenVPNTunnel pod 'OpenVPNAdapter', '~> 0.1' end ```