From 0832e4274000172be9c906f038ff97eddc5b61b7 Mon Sep 17 00:00:00 2001 From: Ben John Date: Tue, 16 Oct 2018 17:12:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e71c322a..6ea025526 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ We highly recommend Carthage as module manager. ZXingObjC can be installed using [Carthage](https://github.com/Carthage/Carthage). After installing Carthage just add ZXingObjC to your Cartfile: ```ogdl -github "TheLevelUp/ZXingObjC" ~> 3.5 +github "TheLevelUp/ZXingObjC" ~> 3.6 ``` #### CocoaPods @@ -96,7 +96,7 @@ github "TheLevelUp/ZXingObjC" ~> 3.5 ```ruby platform :ios, '8.0' -pod 'ZXingObjC', '~> 3.5.0' +pod 'ZXingObjC', '~> 3.6.0' ``` ## Examples