diff --git a/ApiVideoLiveStream.podspec b/ApiVideoLiveStream.podspec index d618c59..76bd114 100644 --- a/ApiVideoLiveStream.podspec +++ b/ApiVideoLiveStream.podspec @@ -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 diff --git a/Cartfile b/Cartfile index 6e88cbf..4bbd144 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "shogo4405/HaishinKit.swift" ~> 1.7.1 +github "shogo4405/HaishinKit.swift" ~> 1.7.2 diff --git a/Package.resolved b/Package.resolved index 1c7e89f..1956df2 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index ae7aa18..44b0d90 100644 --- a/Package.swift +++ b/Package.swift @@ -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.