We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6053a commit e8238acCopy full SHA for e8238ac
lf.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "lf"
4
- s.version = "0.4.2"
+ s.version = "0.4.3"
5
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS."
6
7
s.description = <<-DESC
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
21
s.osx.source_files = "Platforms/macOS/*.{h,swift}"
22
23
s.source_files = "Sources/**/*.swift"
24
- s.dependency 'XCGLogger', '~> 3.3'
+ s.dependency 'XCGLogger', '~> 3.5'
25
26
end
27
0 commit comments