Skip to content

Commit

Permalink
Update Delegate dep for visionOS support in pod
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Mar 19, 2024
1 parent 44ea47c commit ae66f4f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion APNGKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Pod::Spec.new do |s|
s.resource_bundles = {"APNGKit" => ["Source/APNGKit/PrivacyInfo.xcprivacy"]}

s.swift_versions = ["5.3", "5.4", "5.5"]
s.dependency "Delegate", "~> 1.1"
s.dependency "Delegate", "~> 1.3"
end
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Delegate",
"state" : {
"revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc",
"version" : "1.2.0"
"revision" : "ec3014ca2621c717f758d8718ec90e84b6e774b3",
"version" : "1.3.0"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Delegate.git",
"state" : {
"revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc",
"version" : "1.2.0"
"revision" : "ec3014ca2621c717f758d8718ec90e84b6e774b3",
"version" : "1.3.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "APNGKit", targets: ["APNGKit"])
],
dependencies: [
.package(name: "Delegate", url: "https://github.com/onevcat/Delegate.git", .upToNextMajor(from: "1.1.1"))
.package(name: "Delegate", url: "https://github.com/onevcat/Delegate.git", .upToNextMajor(from: "1.3.0"))
],
targets: [
.target(name: "APNGKit", dependencies: ["Delegate"]),
Expand Down
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "APNGKit", targets: ["APNGKit"])
],
dependencies: [
.package(url: "https://github.com/onevcat/Delegate.git", from: "1.2.0")
.package(url: "https://github.com/onevcat/Delegate.git", from: "1.3.0")
],
targets: [
.target(
Expand Down

0 comments on commit ae66f4f

Please sign in to comment.