Skip to content

Commit

Permalink
Bump to up 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Oct 14, 2024
1 parent 4a0cf76 commit 6f41038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0"
s.version = "2.0.0-rc.1"
s.summary = "Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS."
s.swift_version = "5.10"

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.0"
s.version = "2.0.0-rc.1"
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.0'
s.dependency 'HaishinKit', '2.0.0-rc.1'

end

0 comments on commit 6f41038

Please sign in to comment.