Skip to content

Commit a48823b

Browse files
committed
chore(deps): upgrade to HaishinKit 1.9.3
1 parent 746d8dd commit a48823b

File tree

5 files changed

+5
-38
lines changed

5 files changed

+5
-38
lines changed

ApiVideoLiveStream.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Pod::Spec.new do |spec|
2323
spec.source_files = "Sources/**/*.{h,m,swift}"
2424
spec.exclude_files = "Sources/Exclude"
2525

26-
spec.dependency "HaishinKit", "1.9.0"
26+
spec.dependency "HaishinKit", "1.9.3"
2727

2828
end

ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 33 deletions
This file was deleted.

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "shogo4405/HaishinKit.swift" ~> 1.9.0
1+
github "shogo4405/HaishinKit.swift" ~> 1.9.3

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [
1919
// Dependencies declare other packages that this package depends on.
2020
// .package(url: /* package url */, from: "1.0.0"),
21-
.package(url: "https://github.com/shogo4405/HaishinKit.swift", exact: "1.9.0")
21+
.package(url: "https://github.com/shogo4405/HaishinKit.swift", exact: "1.9.3")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)