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| +| CocoaPods |
pod 'SRTHaishinKit', '~> 2.0.0-beta.3'
end
def import_pods|
pod 'HaishinKit', '~> 2.0.0-rc.2'
end
def import_pods| * 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
pod 'SRTHaishinKit', '~> 2.0.0-rc.2'
end