Skip to content

Commit 779c5e0

Browse files
Nimish P NNimish P N
authored andcommitted
Corrected directory path in podspec file
1 parent 61c5328 commit 779c5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/mobile_scanner.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ An universal scanner for Flutter based on MLKit.
1313
s.license = { :file => '../LICENSE' }
1414
s.author = { 'Julian Steenbakker' => 'juliansteenbakker@outlook.com' }
1515
s.source = { :path => '.' }
16-
s.source_files = 'mobile_scanner/Sources/mobile_scanner**/*.swift'
16+
s.source_files = 'mobile_scanner/Sources/mobile_scanner/**/*.swift'
1717
s.dependency 'Flutter'
1818
s.dependency 'GoogleMLKit/BarcodeScanning', '~> 6.0.0'
1919
s.platform = :ios, '12.0'

0 commit comments

Comments
 (0)