Skip to content

Commit 559aaba

Browse files
committed
Fix indentation in podspec
1 parent 10ee11e commit 559aaba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CTAssetsPickerController.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Pod::Spec.new do |spec|
3535

3636
# subspec for GIF plugin.
3737
spec.subspec 'GIF' do |gif|
38-
gif.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DGIF_SUPPORT_ENABLED' }
39-
40-
gif.dependency 'FLAnimatedImage', '~> 1.0'
38+
gif.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DGIF_SUPPORT_ENABLED' }
39+
gif.dependency 'FLAnimatedImage', '~> 1.0'
4140
end
4241
end

0 commit comments

Comments
 (0)