Skip to content

Commit cc815cc

Browse files
fix bug
1 parent 5030314 commit cc815cc

File tree

2 files changed

+2
-2
lines changed
  • ios
    • Objective-C/DecodeWithAVCaptureSession
    • Swift/DecodeWithAVCaptureSession

2 files changed

+2
-2
lines changed

ios/Objective-C/DecodeWithAVCaptureSession/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66
use_frameworks!
77

88
# Pods for DecodeWithAVCaptureSession
9-
'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftBarcodeReader','9.2.10'
1010

1111
end

ios/Swift/DecodeWithAVCaptureSession/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ target 'DecodeWithAVCaptureSession' do
66
use_frameworks!
77

88
# Pods for DecodeWithAVCaptureSession
9-
'DynamsoftBarcodeReader','9.2.10'
9+
pod 'DynamsoftBarcodeReader','9.2.10'
1010

1111
end

0 commit comments

Comments
 (0)