diff --git a/Podfile b/Podfile index 58c52c4..da91d51 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ target 'VeryfiLensHeadless-CreditCards' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! - pod 'VeryfiLensHeadless-CreditCards', '2.1.51.4' + pod 'VeryfiLensHeadless-CreditCards', '2.1.52.3' # Pods for VeryfiLensHeadless-CreditCards end diff --git a/README.md b/README.md index af1e303..80b09c2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys). Add in your project Podfile file the Veryfi Lens Headless Credit Cards iOS SDK dependency: ```ruby -pod 'VeryfiLensHeadless-CreditCards', '2.1.51.4' +pod 'VeryfiLensHeadless-CreditCards', '2.1.52.3' ``` ## How to run this project