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
Julian Steenbakker
2022-10-31 20:08:15 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61d50244e200614d36c20577896fb04b57cd15e6
61d50244
1 parent
56e70668
breaking: update ios pod
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
ios/mobile_scanner.podspec
ios/mobile_scanner.podspec
View file @
61d5024
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'mobile_scanner'
s
.
version
=
'
0.0.1
'
s
.
version
=
'
3.0.0
'
s
.
summary
=
'An universal scanner for Flutter based on MLKit.'
s
.
description
=
<<-
DESC
An universal scanner for Flutter based on MLKit.
...
...
@@ -16,7 +16,7 @@ An universal scanner for Flutter based on MLKit.
s
.
source_files
=
'Classes/**/*'
s
.
dependency
'Flutter'
s
.
dependency
'GoogleMLKit/BarcodeScanning'
,
'~> 3.2.0'
s
.
platform
=
:ios
,
'1
0
.0'
s
.
platform
=
:ios
,
'1
1
.0'
s
.
static_framework
=
true
# Flutter.framework does not contain a i386 slice.
s
.
pod_target_xcconfig
=
{
'DEFINES_MODULE'
=>
'YES'
,
'EXCLUDED_ARCHS[sdk=iphonesimulator*]'
=>
'i386'
}
...
...
Please
register
or
login
to post a comment