diff --git a/CTAssetsPickerController.podspec b/CTAssetsPickerController.podspec index 49f3f37f..dfa07bdc 100644 --- a/CTAssetsPickerController.podspec +++ b/CTAssetsPickerController.podspec @@ -35,8 +35,7 @@ Pod::Spec.new do |spec| # subspec for GIF plugin. spec.subspec 'GIF' do |gif| - gif.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DGIF_SUPPORT_ENABLED' } - - gif.dependency 'FLAnimatedImage', '~> 1.0' + gif.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DGIF_SUPPORT_ENABLED' } + gif.dependency 'FLAnimatedImage', '~> 1.0' end end