We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c5328 commit 779c5e0Copy full SHA for 779c5e0
ios/mobile_scanner.podspec
@@ -13,7 +13,7 @@ An universal scanner for Flutter based on MLKit.
13
s.license = { :file => '../LICENSE' }
14
s.author = { 'Julian Steenbakker' => 'juliansteenbakker@outlook.com' }
15
s.source = { :path => '.' }
16
- s.source_files = 'mobile_scanner/Sources/mobile_scanner**/*.swift'
+ s.source_files = 'mobile_scanner/Sources/mobile_scanner/**/*.swift'
17
s.dependency 'Flutter'
18
s.dependency 'GoogleMLKit/BarcodeScanning', '~> 6.0.0'
19
s.platform = :ios, '12.0'
0 commit comments