Skip to content

Commit

Permalink
Merge pull request #59 from regulaforensics/release-6-6
Browse files Browse the repository at this point in the history
podfiles updated
  • Loading branch information
DzmitrySmaliakou authored Nov 16, 2022
2 parents 7ee5991 + e9cad6a commit 2b379f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Samples/Advanced/DocumentReader-Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ platform :ios, '11.0'
use_frameworks!

target 'DocumentReader-Swift' do
pod 'DocumentReader', '~> 6.5'
pod 'DocumentReaderFullRFID', '~> 6.5'
pod 'DocumentReader', '~> 6.6'
pod 'DocumentReaderFullRFID', '~> 6.6'
end
4 changes: 2 additions & 2 deletions Samples/Basic/DocumentReaderObjectiveC-sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
platform :ios, '11.0'

target 'DocumentReaderFullObjectiveC-sample' do
pod 'DocumentReader', '~> 6.5'
pod 'DocumentReaderFullRFID', '~> 6.5'
pod 'DocumentReader', '~> 6.6'
pod 'DocumentReaderFullRFID', '~> 6.6'
end
4 changes: 2 additions & 2 deletions Samples/Basic/DocumentReaderSwift-sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ platform :ios, '11.0'
use_frameworks!

target 'DocumentReaderFullSwift-sample' do
pod 'DocumentReader', '~> 6.5'
pod 'DocumentReaderFullRFID', '~> 6.5'
pod 'DocumentReader', '~> 6.6'
pod 'DocumentReaderFullRFID', '~> 6.6'
end
4 changes: 2 additions & 2 deletions Samples/Basic/DocumentReaderSwiftUI-sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'DocumentReaderSwiftUI-sample' do
use_frameworks!

# Pods for DocumentReaderSwiftUI-sample
pod 'DocumentReader'
pod 'DocumentReaderFullRFID'
pod 'DocumentReader', '~> 6.6'
pod 'DocumentReaderFullRFID', '~> 6.6'
end

0 comments on commit 2b379f7

Please sign in to comment.