diff --git a/Podfile b/Podfile index 079b6bd..9582720 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensReceiptsDemo' do use_frameworks! # Pods for LensReceiptsDemo - pod 'VeryfiLens-Receipts', '2.1.50.6' + pod 'VeryfiLens-Receipts', '2.1.50.13' end diff --git a/README.md b/README.md index c03ad6c..ba68e7d 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.50.6' +pod 'VeryfiLens-Receipts', '2.1.50.13' ``` ## Using Swift package manager This project has setup by default cocoapods, so first remove cooadpods by: