From 8850b3b63e89c73b469d7d3370cb1adb5e001c4a Mon Sep 17 00:00:00 2001 From: shogo4405 Date: Sat, 13 Apr 2024 13:03:37 +0900 Subject: [PATCH] Bump up Logboard to 2.5.0 --- Cartfile | 2 +- HaishinKit.podspec | 10 +++++----- Package.swift | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cartfile b/Cartfile index d62c80f01..f9efe47eb 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "shogo4405/Logboard" ~> 2.4.2 +github "shogo4405/Logboard" ~> 2.5.0 diff --git a/HaishinKit.podspec b/HaishinKit.podspec index bcedd08f8..2ff4b0f53 100644 --- a/HaishinKit.podspec +++ b/HaishinKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "HaishinKit" - s.version = "1.7.6" + s.version = "1.8.0" s.summary = "Camera and Microphone streaming library via RTMP and SRT for iOS, macOS, tvOS and visionOS." s.swift_version = "5.9" @@ -15,19 +15,19 @@ Pod::Spec.new do |s| s.authors = { "shogo4405" => "shogo4405@gmail.com" } s.source = { :git => "https://github.com/shogo4405/HaishinKit.swift.git", :tag => "#{s.version}" } - s.ios.deployment_target = "12.0" + s.ios.deployment_target = "13.0" s.ios.source_files = "Platforms/iOS/*.{h,swift}" - s.osx.deployment_target = "10.13" + s.osx.deployment_target = "10.15" s.osx.source_files = "Platforms/iOS/*.{h,swift}" - s.tvos.deployment_target = "12.0" + s.tvos.deployment_target = "13.0" s.tvos.source_files = "Platforms/iOS/*.{h,swift}" s.visionos.deployment_target = "1.0" s.visionos.source_files = "Platforms/iOS/*.{h,swift}" s.source_files = "Sources/**/*.swift" - s.dependency 'Logboard', '~> 2.4.2' + s.dependency 'Logboard', '~> 2.5.0' end diff --git a/Package.swift b/Package.swift index d2597aa05..2b525c57a 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( .library(name: "SRTHaishinKit", targets: ["SRTHaishinKit"]) ], dependencies: [ - .package(url: "https://github.com/shogo4405/Logboard.git", "2.4.1"..<"2.5.0") + .package(url: "https://github.com/shogo4405/Logboard.git", "2.5.0"..<"2.6.0") ], targets: [ .binaryTarget( diff --git a/README.md b/README.md index 00694d8ec..b39f39d6a 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,9 @@ open HaishinKit.xcodeproj ### Development |Version|Xcode|Swift| |:----:|:----:|:----:| +|1.8.0+|15.3+|5.9+| |1.7.0+|15.0+|5.9+| |1.6.0+|15.0+|5.8+| -|1.5.0+|14.0+|5.7+| ### OS |-|iOS|tvOS|macOS|visionOS|watchOS|