Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Updates mozjpeg pod dependency to 3.3.2
Browse files Browse the repository at this point in the history
Summary: New podspec wraps transupp.h with extern C.

Reviewed By: cuva, lambdapioneer

Differential Revision: D15469931

fbshipit-source-id: 99ae96c009b44a97a574c83e9412cb1fe7e0f293
  • Loading branch information
diegosanchezr authored and facebook-github-bot committed May 23, 2019
1 parent 3b94cff commit 2051b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpectrumCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Spectrum is a cross-platform image transcoding library that can easily be integr
spec.subspec 'Plugins' do |plugins_spec|
plugins_spec.subspec 'Jpeg' do |plugins_jpeg_spec|
plugins_jpeg_spec.dependency 'SpectrumCore/Base', version
plugins_jpeg_spec.dependency 'mozjpeg', '3.3.1'
plugins_jpeg_spec.dependency 'mozjpeg', '3.3.2'
plugins_jpeg_spec.source_files = 'cpp/spectrum/plugins/jpeg/**/*.{h,cpp}'
plugins_jpeg_spec.header_dir = 'spectrum/plugins/jpeg'
plugins_jpeg_spec.header_mappings_dir = 'cpp/spectrum/plugins/jpeg'
Expand Down

0 comments on commit 2051b2f

Please sign in to comment.