diff --git a/Podfile b/Podfile index 052c11e..831b060 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensReceiptsDemo' do use_frameworks! # Pods for LensReceiptsDemo - pod 'VeryfiLens-Receipts', '2.1.59.9' + pod 'VeryfiLens-Receipts', '2.1.60.10' end diff --git a/README.md b/README.md index 568ae56..be23b2e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys). Add in your project Podfile file the Veryfi Lens Receipts iOS SDK dependency: ```ruby -pod 'VeryfiLens-Receipts', '2.1.59.9' +pod 'VeryfiLens-Receipts', '2.1.60.10' ``` ## Using Swift package manager This project has setup by default cocoapods, so first remove cooadpods by: