Skip to content

Commit 68e6d9b

Browse files
authored
use static_framework = true (#49)
1 parent 61e9f95 commit 68e6d9b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.3
2+
3+
* static_framework = true for ios
4+
15
## 0.8.2
26

37
* update iOS firebase dependency. No I/F changed.

ios/mlkit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'mlkit'
6-
s.version = '0.8.2'
6+
s.version = '0.8.3'
77
s.summary = 'A Flutter plugin to use the Firebase ML Kit.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -22,7 +22,7 @@ A new flutter plugin project.
2222
s.dependency 'Firebase/MLVisionFaceModel', '~> 5.11.0'
2323
s.dependency 'Firebase/MLVisionLabelModel', '~> 5.11.0'
2424
s.dependency 'Firebase/MLModelInterpreter', '~> 5.11.0'
25-
25+
s.static_framework = true
2626
s.ios.deployment_target = '9.0'
2727
end
2828

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mlkit
22
description: A Flutter plugin to use the Firebase ML Kit.
3-
version: 0.8.2
3+
version: 0.8.3
44
author: azihsoyn <azihsoyn@gmail.com>
55
homepage: https://github.com/azihsoyn/flutter_mlkit
66

0 commit comments

Comments
 (0)