Skip to content

Commit 70d5256

Browse files
committed
darwin: bump version & dependencies
Signed-off-by: Harry Chen <i@harrychen.xyz>
1 parent fdcfca9 commit 70d5256

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

darwin/ccid.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'ccid'
7-
s.version = '0.1.5'
7+
s.version = '0.1.6'
88
s.summary = 'Flutter CCID Plugin.'
99
s.description = <<-DESC
1010
A Flutter plugin for CCID support on iOS and macOS.

darwin/ccid/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import PackageDescription
66
let package = Package(
77
name: "ccid",
88
platforms: [
9-
.iOS("12.0"),
10-
.macOS("10.14")
9+
.iOS(.v13),
10+
.macOS(.v10_13)
1111
],
1212
products: [
1313
.library(name: "ccid", targets: ["ccid"])
@@ -21,4 +21,4 @@ let package = Package(
2121
]
2222
)
2323
]
24-
)
24+
)

0 commit comments

Comments
 (0)