File tree Expand file tree Collapse file tree
MBDocCapture/Classes/ViewControllers Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
2323end
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ public final class ImageScannerController: UINavigationController {
161161/// Data structure containing information about a scan.
162162public 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.
You can’t perform that action at this time.
0 commit comments