diff --git a/Podfile b/Podfile index d653cd5..9634a9c 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensW2Demo' do use_frameworks! # Pods for LensW2Demo - pod 'VeryfiLens-W2', '2.1.59.9' + pod 'VeryfiLens-W2', '2.1.60.10' end diff --git a/README.md b/README.md index c524ec2..e983b14 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.59.9' +pod 'VeryfiLens-W2', '2.1.60.10' ``` ## How to run this project