Skip to content

Commit 330615a

Browse files
committed
podfile
1 parent 1454a65 commit 330615a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • Samples
    • Advanced/DocumentReader-Swift
    • Basic
      • DocumentReaderObjectiveC-sample
      • DocumentReaderSwift-sample

Samples/Advanced/DocumentReader-Swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '11.0'
44
use_frameworks!
55

66
target 'DocumentReader-Swift' do
7-
pod 'DocumentReader', '~> 6.1'
7+
pod 'DocumentReader', '~> 6.2'
88
pod 'DocumentReaderFullRFID', '~> 6.1'
99
end

Samples/Basic/DocumentReaderObjectiveC-sample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
platform :ios, '11.0'
44

55
target 'DocumentReaderFullObjectiveC-sample' do
6-
pod 'DocumentReader', '~> 6.1'
6+
pod 'DocumentReader', '~> 6.2'
77
pod 'DocumentReaderFullRFID', '~> 6.1'
88
end

Samples/Basic/DocumentReaderSwift-sample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '11.0'
44
use_frameworks!
55

66
target 'DocumentReaderFullSwift-sample' do
7-
pod 'DocumentReader', '~> 6.1'
7+
pod 'DocumentReader', '~> 6.2'
88
pod 'DocumentReaderFullRFID', '~> 6.1'
99
end

0 commit comments

Comments
 (0)