diff --git a/Podfile b/Podfile index 2dbf8a7..abc0002 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensW2Demo' do use_frameworks! # Pods for LensW2Demo - pod 'VeryfiLens-W2', '2.1.55.3' + pod 'VeryfiLens-W2', '2.1.56.7' end diff --git a/README.md b/README.md index 8c775be..3419635 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys). Add in your project Podfile file the Veryfi Lens W-2 iOS SDK dependency: ```ruby -pod 'VeryfiLens-W2', '2.1.55.3' +pod 'VeryfiLens-W2', '2.1.56.7' ``` ## How to run this project