Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -4,14 +4,14 @@ | @@ -4,14 +4,14 @@ | ||
| 4 | # | 4 | # |
| 5 | Pod::Spec.new do |s| | 5 | Pod::Spec.new do |s| |
| 6 | s.name = 'mobile_scanner' | 6 | s.name = 'mobile_scanner' |
| 7 | - s.version = '3.5.6' | 7 | + s.version = '5.0.0' |
| 8 | s.summary = 'An universal scanner for Flutter based on MLKit.' | 8 | s.summary = 'An universal scanner for Flutter based on MLKit.' |
| 9 | s.description = <<-DESC | 9 | s.description = <<-DESC |
| 10 | An universal scanner for Flutter based on MLKit. | 10 | An universal scanner for Flutter based on MLKit. |
| 11 | DESC | 11 | DESC |
| 12 | - s.homepage = 'http://example.com' | 12 | + s.homepage = 'https://github.com/juliansteenbakker/mobile_scanner' |
| 13 | s.license = { :file => '../LICENSE' } | 13 | s.license = { :file => '../LICENSE' } |
| 14 | - s.author = { 'Your Company' => 'email@example.com' } | 14 | + s.author = { 'Julian Steenbakker' => 'juliansteenbakker@outlook.com' } |
| 15 | s.source = { :path => '.' } | 15 | s.source = { :path => '.' } |
| 16 | s.source_files = 'Classes/**/*' | 16 | s.source_files = 'Classes/**/*' |
| 17 | s.dependency 'FlutterMacOS' | 17 | s.dependency 'FlutterMacOS' |
-
Please register or login to post a comment