Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Since SDWebImage 5.0.0-beta was released, able to add that version as…
Browse files Browse the repository at this point in the history
… a requirement + reenable pod lib lint
  • Loading branch information
bpoplauschi committed Jul 17, 2018
1 parent 8d61d3f commit cf91dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ before_install:
script:
- set -o pipefail

# - echo Check if the library described by the podspec can be built
# - pod lib lint
- echo Check if the library described by the podspec can be built
- pod lib lint --allow-warnings

- echo Build example
- pod install --project-directory=Example
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageFLPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ This project adds a plugin for FLAnimatedImage into SDWebImage, for loading anim
s.source_files = 'SDWebImageFLPlugin/Classes/**/*', 'SDWebImageFLPlugin/Module/SDWebImageFLPlugin.h'
s.module_map = 'SDWebImageFLPlugin/Module/SDWebImageFLPlugin.modulemap'

s.dependency 'SDWebImage/Core'
s.dependency 'SDWebImage/Core', '>= 5.0.0-beta'
s.dependency 'FLAnimatedImage', '>= 1.0.11'
end

0 comments on commit cf91dae

Please sign in to comment.