Skip to content

Commit e83507c

Browse files
committed
Update Podspec.
1 parent 5088e2e commit e83507c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HaishinKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "HaishinKit"
4-
s.version = "2.0.0"
4+
s.version = "2.0.1"
55
s.summary = "Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS."
66
s.swift_version = "5.10"
77

SRTHaishinKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SRTHaishinKit"
4-
s.version = "2.0.0"
4+
s.version = "2.0.1"
55
s.summary = "Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS."
66
s.swift_version = "5.10"
77

@@ -31,6 +31,6 @@ Pod::Spec.new do |s|
3131

3232
s.source_files = "SRTHaishinKit/SRTHaishinKit.h", "HaishinKit/Sources/**/*.swift"
3333
s.vendored_frameworks = "SRTHaishinKit/Vendor/SRT/libsrt.xcframework"
34-
s.dependency 'HaishinKit', '2.0.0'
34+
s.dependency 'HaishinKit', '2.0.1'
3535

3636
end

0 commit comments

Comments
 (0)