diff --git a/ApiVideoLiveStream.podspec b/ApiVideoLiveStream.podspec index da821cb..0cdf057 100644 --- a/ApiVideoLiveStream.podspec +++ b/ApiVideoLiveStream.podspec @@ -23,6 +23,6 @@ Pod::Spec.new do |spec| spec.source_files = "Sources/**/*.{h,m,swift}" spec.exclude_files = "Sources/Exclude" - spec.dependency "HaishinKit", "1.9.0" + spec.dependency "HaishinKit", "1.9.3" end diff --git a/ApiVideoLiveStream.xcodeproj/project.pbxproj b/ApiVideoLiveStream.xcodeproj/project.pbxproj index dee3141..1599864 100644 --- a/ApiVideoLiveStream.xcodeproj/project.pbxproj +++ b/ApiVideoLiveStream.xcodeproj/project.pbxproj @@ -840,7 +840,7 @@ repositoryURL = "https://github.com/shogo4405/HaishinKit.swift"; requirement = { kind = exactVersion; - version = 1.9.0; + version = 1.9.3; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 605344e..0000000 --- a/ApiVideoLiveStream.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,33 +0,0 @@ -{ - "originHash" : "b8db540652b5bd5eb3916830a8f5e215a161e6b759d8633d4f84752129aa75e2", - "pins" : [ - { - "identity" : "haishinkit.swift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/shogo4405/HaishinKit.swift", - "state" : { - "revision" : "b9350d7a05cb21c98cebaea83cd67c899dbcf060", - "version" : "1.9.0" - } - }, - { - "identity" : "inappsettingskit", - "kind" : "remoteSourceControl", - "location" : "https://github.com/futuretap/InAppSettingsKit.git", - "state" : { - "revision" : "5b6a33cd5d227d71f79bf8e43be2049d981c6aad", - "version" : "3.7.1" - } - }, - { - "identity" : "logboard", - "kind" : "remoteSourceControl", - "location" : "https://github.com/shogo4405/Logboard.git", - "state" : { - "revision" : "272976e1f3e8873e60ffe4b08fe50df48a93751b", - "version" : "2.5.0" - } - } - ], - "version" : 3 -} diff --git a/Cartfile b/Cartfile index 2fef846..9a4da3c 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "shogo4405/HaishinKit.swift" ~> 1.9.0 +github "shogo4405/HaishinKit.swift" ~> 1.9.3 diff --git a/Package.resolved b/Package.resolved index 95bd92b..bda5499 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/shogo4405/HaishinKit.swift", "state" : { - "revision" : "b9350d7a05cb21c98cebaea83cd67c899dbcf060", - "version" : "1.9.0" + "revision" : "3d69e5a8514d7aead27aa4241dd859fc219acd3f", + "version" : "1.9.3" } }, { diff --git a/Package.swift b/Package.swift index 0fa8762..3dfda1c 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", exact: "1.9.0") + .package(url: "https://github.com/shogo4405/HaishinKit.swift", exact: "1.9.3") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.