Skip to content

Commit c8980b8

Browse files
Merge pull request #73 from vilaJJ/main
🔧 chore: Podfile metadata updated.
2 parents 7b4c2bf + c2319bb commit c8980b8

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
33
#
44
Pod::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'

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 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
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
55
issue_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.
4040
flutter:
41-
4241
# To add assets to your package, add an assets section, like this:
4342
assets:
4443
- packages/simple_barcode_scanner/assets/barcode.html

0 commit comments

Comments
 (0)