Skip to content

Commit

Permalink
darwin: bump version & dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 21, 2024
1 parent fdcfca9 commit 70d5256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion darwin/ccid.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'ccid'
s.version = '0.1.5'
s.version = '0.1.6'
s.summary = 'Flutter CCID Plugin.'
s.description = <<-DESC
A Flutter plugin for CCID support on iOS and macOS.
Expand Down
6 changes: 3 additions & 3 deletions darwin/ccid/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let package = Package(
name: "ccid",
platforms: [
.iOS("12.0"),
.macOS("10.14")
.iOS(.v13),
.macOS(.v10_13)
],
products: [
.library(name: "ccid", targets: ["ccid"])
Expand All @@ -21,4 +21,4 @@ let package = Package(
]
)
]
)
)

0 comments on commit 70d5256

Please sign in to comment.