Skip to content

Commit

Permalink
Merge pull request #23 from veryfi/feature/LP-411-update-version
Browse files Browse the repository at this point in the history
LP-411: Update version
  • Loading branch information
beresmo authored Apr 14, 2023
2 parents 784f81a + ed8972f commit 9f6023c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ target 'LensLongReceiptsDemo' do
use_frameworks!

# Pods for LensLongReceiptsDemo
pod 'VeryfiLens-LongReceipts', '2.0.10.1'
pod 'VeryfiLens-LongReceipts', '2.0.11.1'

end
25 changes: 0 additions & 25 deletions Podfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Install from our private [Cocoapods](https://hub.veryfi.com/api/settings/keys).

Add in your project Podfile file the Veryfi Lens Long Receipts iOS SDK dependency:
```ruby
pod 'VeryfiLens-LongReceipts', '2.0.10.1'
pod 'VeryfiLens-LongReceipts', '2.0.11.1'
```

## How to run this project <a name="configuration"></a>
Expand Down

0 comments on commit 9f6023c

Please sign in to comment.