Skip to content

Commit

Permalink
bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Nov 24, 2016
1 parent 9f6053a commit e8238ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lf.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "lf"
s.version = "0.4.2"
s.version = "0.4.3"
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS."

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.osx.source_files = "Platforms/macOS/*.{h,swift}"

s.source_files = "Sources/**/*.swift"
s.dependency 'XCGLogger', '~> 3.3'
s.dependency 'XCGLogger', '~> 3.5'

end

0 comments on commit e8238ac

Please sign in to comment.