From e925449ba3abdf9fda39aecd3f4af2b40f5e5dd9 Mon Sep 17 00:00:00 2001 From: Alec Strong Date: Thu, 7 Feb 2019 08:01:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index eff426b..c1e79d9 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,6 @@ The above command is assuming a module structure where `Code/Kotlin` is the root Then in your `Podfile` you can reference the module: ```ruby -source 'https://git.sqcorp.co/scm/ios/cocoapodspecs.git' - -... - target 'MyProject' do ... pod 'common', :path => 'Code/Kotlin/common'