Skip to content

Commit

Permalink
chore(dependency): upgrade to HaishinKit 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Dec 12, 2023
1 parent 9d0e9a9 commit 84448ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ApiVideoLiveStream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
spec.source_files = "Sources/**/*.{h,m,swift}"
spec.exclude_files = "Sources/Exclude"

spec.dependency "HaishinKit", "1.7.1"
spec.dependency "HaishinKit", "1.7.2"

end
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "shogo4405/HaishinKit.swift" ~> 1.7.1
github "shogo4405/HaishinKit.swift" ~> 1.7.2
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/shogo4405/HaishinKit.swift",
"state" : {
"revision" : "a7ae921e0cfce28057b610bd3374fd057c5c1b65",
"version" : "1.7.1"
"revision" : "4d16635e4d5011c923fbf79cc2dcfdbc70821ab0",
"version" : "1.7.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/shogo4405/HaishinKit.swift", from: "1.7.1")
.package(url: "https://github.com/shogo4405/HaishinKit.swift", from: "1.7.2")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 84448ed

Please sign in to comment.