From 41bd291a8b4efebe70fb394000917092d71b5592 Mon Sep 17 00:00:00 2001 From: Douglas Poveda Date: Fri, 14 Apr 2023 10:52:08 -0500 Subject: [PATCH] LP-411: Update version --- .gitignore | 1 + Podfile | 2 +- Podfile.lock | 25 ------------------------- README.md | 2 +- 4 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 Podfile.lock diff --git a/.gitignore b/.gitignore index b30e80d..eb83ba5 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ playground.xcworkspace # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # Pods/ +Podfile.lock # # Add this line if you want to avoid checking in source code from the Xcode workspace # *.xcworkspace diff --git a/Podfile b/Podfile index 3cc70e5..c8c03f4 100644 --- a/Podfile +++ b/Podfile @@ -8,5 +8,5 @@ target 'LensW2Demo' do use_frameworks! # Pods for LensW2Demo - pod 'VeryfiLens-W2', '2.0.10.1' + pod 'VeryfiLens-W2', '2.0.11.1' end diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index 26062d9..0000000 --- a/Podfile.lock +++ /dev/null @@ -1,25 +0,0 @@ -PODS: - - AWSCore (2.30.4) - - AWSS3 (2.30.4): - - AWSCore (= 2.30.4) - - VeryfiLens-W2 (2.0.8.1): - - AWSS3 - -DEPENDENCIES: - - VeryfiLens-W2 (= 2.0.8.1) - -SPEC REPOS: - https://github.com/CocoaPods/Specs.git: - - AWSCore - - AWSS3 - https://repo.veryfi.com/shared/lens/veryfi-lens-podspec.git: - - VeryfiLens-W2 - -SPEC CHECKSUMS: - AWSCore: 19b8233fe2d0ed3ccf5cff833a615814282cdc90 - AWSS3: 1c5540cbe98d8ae5e24f44dcca25796ddba16058 - VeryfiLens-W2: a1e7484974ccb1d20f7498271e146ee9284d0e14 - -PODFILE CHECKSUM: f665a1d9ceced114859490fb47f374705b4390ea - -COCOAPODS: 1.11.3 diff --git a/README.md b/README.md index 28b373d..505e120 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 W-2 iOS SDK dependency: ```ruby -pod 'VeryfiLens-W2', '2.0.10.1' +pod 'VeryfiLens-W2', '2.0.11.1' ``` ## How to run this project