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 10ee11e commit 559aabaCopy full SHA for 559aaba
CTAssetsPickerController.podspec
@@ -35,8 +35,7 @@ Pod::Spec.new do |spec|
35
36
# subspec for GIF plugin.
37
spec.subspec 'GIF' do |gif|
38
- gif.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DGIF_SUPPORT_ENABLED' }
39
-
40
- gif.dependency 'FLAnimatedImage', '~> 1.0'
+ gif.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DGIF_SUPPORT_ENABLED' }
+ gif.dependency 'FLAnimatedImage', '~> 1.0'
41
end
42
0 commit comments