Skip to content

Commit daeab93

Browse files
author
Mahdi
committed
Release 0.1.2
1 parent dd22e72 commit daeab93

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MBDocCapture.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Pod::Spec.new do |spec|
1616
spec.author = { 'El Mahdi BOUKHRIS' => 'm.boukhris@gmail.com' }
1717
spec.source = { :git => 'https://github.com/iMhdi/MBDocCapture.git', :tag => spec.version.to_s }
1818

19-
spec.source_files = 'MBDocCapture/Classes/**/*'
20-
spec.resources = 'MBDocCapture/**/*.{strings,png}'
19+
spec.source_files = 'MBDocCapture/Classes/**/*'
20+
spec.resources = 'MBDocCapture/**/*.{strings,png}'
2121

22-
spec.frameworks = 'CoreGraphics', 'CoreImage'
22+
spec.frameworks = 'CoreGraphics', 'CoreImage'
2323
end

MBDocCapture/Classes/ViewControllers/ImageScannerController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public final class ImageScannerController: UINavigationController {
161161
/// Data structure containing information about a scan.
162162
public struct ImageScannerResults {
163163

164-
/// The original image taken by the user, prior to the cropping applied by WeScan.
164+
/// The original image taken by the user, prior to the cropping applied.
165165
public var originalImage: UIImage
166166

167167
/// The deskewed and cropped orignal image using the detected rectangle, without any filters.

0 commit comments

Comments
 (0)