diff --git a/Podfile b/Podfile index 0b36506..96dbdee 100644 --- a/Podfile +++ b/Podfile @@ -8,6 +8,6 @@ target 'LensChecksDemo' do use_frameworks! # Pods for LensChecksDemo - pod 'VeryfiLens-Cheques', '2.1.51.4' + pod 'VeryfiLens-Cheques', '2.1.52.3' end diff --git a/README.md b/README.md index 8d1b798..bc9104b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys). Add in your project Podfile file the Veryfi Lens Checks iOS SDK dependency: ```ruby -pod 'VeryfiLens-Cheques', '2.1.51.4' +pod 'VeryfiLens-Cheques', '2.1.52.3' ``` ## How to run this project