File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
33#
44Pod ::Spec . new do |s |
5- s . name = 'flutter_barcode_scanner '
6- s . version = '2.0.0 '
7- s . summary = 'A new Flutter plugin supports barcode scanning on both Android and iOS .'
5+ s . name = 'simple_barcode_scanner '
6+ s . version = '0.1.7 '
7+ s . summary = 'simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows .'
88 s . description = <<-DESC
9- A new Flutter plugin supports barcode scanning on both Android and iOS .
9+ simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows .
1010 DESC
11- s . homepage = 'https://github.com/AmolGangadhare/flutter_barcode_scanner '
11+ s . homepage = 'https://github.com/CodingWithTashi/simple_barcode_scanner '
1212 s . license = { :file => '../LICENSE' }
13- s . author = { 'Amol Gangadhare ' => 'amol.gangadhare@gmail .com' }
13+ s . author = { 'Kunchok Tashi ' => 'tashi@kharagedition .com' }
1414 s . source = { :path => '.' }
1515 s . source_files = 'Classes/**/*.{swift,h,m}'
1616 s . public_header_files = 'Classes/**/*.h'
Original file line number Diff line number Diff line change 11name : simple_barcode_scanner
2- description : Scanner plugin for Barcode/QR code. Scan using flutter_barcode_scanner for mobile device and html5-qrcode for web and windows
3- version : 0.1.6
2+ description : simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows.
3+ version : 0.1.7
44homepage : https://github.com/CodingWithTashi/simple_barcode_scanner
55issue_tracker : https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66
@@ -38,7 +38,6 @@ dev_dependencies:
3838
3939# The following section is specific to Flutter packages.
4040flutter :
41-
4241 # To add assets to your package, add an assets section, like this:
4342 assets :
4443 - packages/simple_barcode_scanner/assets/barcode.html
You can’t perform that action at this time.
0 commit comments