Skip to content

Commit

Permalink
Fix indentation in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmots committed Apr 10, 2016
1 parent 10ee11e commit 559aaba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CTAssetsPickerController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 559aaba

Please sign in to comment.