Skip to content

Commit

Permalink
Bump to up 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 14, 2024
1 parent 44e1bb9 commit 7bf0551
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-beta.2"
s.version = "2.0.0-beta.3"
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-beta.2"
s.version = "2.0.0-beta.3"
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-beta.2'
s.dependency 'HaishinKit', '2.0.0-beta.3'

end

0 comments on commit 7bf0551

Please sign in to comment.