Skip to content

Commit

Permalink
Bump to up 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Oct 25, 2024
1 parent 5b42124 commit b9c0202
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HaishinKit.podspec
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |<pre>def import_pods<br> pod 'HaishinKit', '~> 2.0.0-beta.3'<br>end</pre>|<pre>def import_pods<br> pod 'SRTHaishinKit', '~> 2.0.0-beta.3'<br>end</pre>|
| CocoaPods |<pre>def import_pods<br> pod 'HaishinKit', '~> 2.0.0-rc.2'<br>end</pre>|<pre>def import_pods<br> pod 'SRTHaishinKit', '~> 2.0.0-rc.2'<br>end</pre>|
* SRTHaishinKit via CocoaPods supports only iOS and tvOS.
* Discontinued support for Carthage. #1542

Expand Down
4 changes: 2 additions & 2 deletions SRTHaishinKit.podspec
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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

0 comments on commit b9c0202

Please sign in to comment.