From b9c02022f4e23e6fd815f909f32b7ba05153ef1b Mon Sep 17 00:00:00 2001 From: shogo4405 Date: Fri, 25 Oct 2024 23:21:18 +0900 Subject: [PATCH] Bump to up 2.0.0-rc.2 --- HaishinKit.podspec | 2 +- README.md | 2 +- SRTHaishinKit.podspec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HaishinKit.podspec b/HaishinKit.podspec index 681653c29..c127734f1 100644 --- a/HaishinKit.podspec +++ b/HaishinKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "HaishinKit" - s.version = "2.0.0-rc.1" + s.version = "2.0.0-rc.2" s.summary = "Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS." s.swift_version = "5.10" diff --git a/README.md b/README.md index 9975f640c..8b91dc3b6 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ HaishinKit has a multi-module configuration. If you want to use the SRT protocol | | HaishinKit | SRTHaishinKit | | - | :- | :- | | SPM | https://github.com/shogo4405/HaishinKit.swift | https://github.com/shogo4405/HaishinKit.swift | -| CocoaPods |
def import_pods
pod 'HaishinKit', '~> 2.0.0-beta.3'
end
|
def import_pods
pod 'SRTHaishinKit', '~> 2.0.0-beta.3'
end
| +| CocoaPods |
def import_pods
pod 'HaishinKit', '~> 2.0.0-rc.2'
end
|
def import_pods
pod 'SRTHaishinKit', '~> 2.0.0-rc.2'
end
| * SRTHaishinKit via CocoaPods supports only iOS and tvOS. * Discontinued support for Carthage. #1542 diff --git a/SRTHaishinKit.podspec b/SRTHaishinKit.podspec index 69078a112..e69047452 100644 --- a/SRTHaishinKit.podspec +++ b/SRTHaishinKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SRTHaishinKit" - s.version = "2.0.0-rc.1" + s.version = "2.0.0-rc.2" s.summary = "Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS." s.swift_version = "5.10" @@ -31,6 +31,6 @@ Pod::Spec.new do |s| s.source_files = "SRTHaishinKit/*.{h,swift}" s.vendored_frameworks = "Vendor/SRT/libsrt.xcframework" - s.dependency 'HaishinKit', '2.0.0-rc.1' + s.dependency 'HaishinKit', '2.0.0-rc.2' end