From 389d4536b020d02b2487677280947000b993d952 Mon Sep 17 00:00:00 2001 From: Flawion Date: Fri, 6 Dec 2019 00:20:34 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec780ce..83da264 100755 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ KOControls doesn't contains any external dependencies. If you want to stay updat Add below entry to the target in Podfile ``` -pod 'KOControls', '~> 1.2.2' +pod 'KOControls', '~> 1.2.3' ``` For example @@ -47,7 +47,7 @@ platform :ios, '10.0' use_frameworks! target 'Target Name' do -pod 'KOControls', '~> 1.2.2' +pod 'KOControls', '~> 1.2.3' end ``` Install the pods by running