Delete comments

This commit is contained in:
Sergey Abramchuk 2018-10-27 13:14:49 +03:00
parent 4d36dbddd1
commit 1e010202f7

View File

@ -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
```