Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-04-10 09:28:14 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6490aabcd49ccddea173b9493ca65c2bba2a8266
6490aabc
1 parent
8dbf1c15
fix typo in MacOS podspec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
macos/mobile_scanner.podspec
macos/mobile_scanner.podspec
View file @
6490aab
...
...
@@ -4,14 +4,14 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'
3.5.6
'
s
.
version
=
'
5.0.0
'
s
.
summary
=
'An universal scanner for Flutter based on MLKit.'
s
.
description
=
<<-
DESC
An universal scanner for Flutter based on MLKit.
DESC
s
.
homepage
=
'http
://example.com
'
s
.
homepage
=
'http
s://github.com/juliansteenbakker/mobile_scanner
'
s
.
license
=
{
:file
=>
'../LICENSE'
}
s
.
author
=
{
'
Your Company'
=>
'email@example
.com'
}
s
.
author
=
{
'
Julian Steenbakker'
=>
'juliansteenbakker@outlook
.com'
}
s
.
source
=
{
:path
=>
'.'
}
s
.
source_files
=
'Classes/**/*'
s
.
dependency
'FlutterMacOS'
...
...
Please
register
or
login
to post a comment