Skip to content

Commit

Permalink
Update SDWebImage library for iOS 11 required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo G Thuillier committed Oct 25, 2017
1 parent 2b1d39c commit b5d9e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DKCarouselView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.source_files = "DKCarouselView/*.{h,m}"
s.frameworks = "Foundation", "UIKit"
s.requires_arc = true
s.dependency "SDWebImage/GIF", '~> 4.0'
s.dependency "SDWebImage/GIF", '~> 4.1'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
end

0 comments on commit b5d9e28

Please sign in to comment.