diff --git a/Source/Sources/VideoSampleSource.swift b/Source/Sources/VideoSampleSource.swift index 1169988..b81d753 100644 --- a/Source/Sources/VideoSampleSource.swift +++ b/Source/Sources/VideoSampleSource.swift @@ -72,8 +72,6 @@ open class VideoSampleSource: ISource { case .leftMirrored: inputImage = inputImage.oriented(.rightMirrored) rotate = true - @unknown default: - Logger.error("unknown orientation \(orientation)") } } } diff --git a/VideoCast.podspec b/VideoCast.podspec index c29135d..b37d465 100644 --- a/VideoCast.podspec +++ b/VideoCast.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'VideoCast' - s.version = '0.1.2' + s.version = '0.1.3' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'A framework for broadcasting live video' s.homepage = 'https://github.com/openfresh/VideoCast-Swift'