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

Commit cf91dae

Browse files
committed
Since SDWebImage 5.0.0-beta was released, able to add that version as a requirement + reenable pod lib lint
1 parent 8d61d3f commit cf91dae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ before_install:
2727
script:
2828
- set -o pipefail
2929

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

3333
- echo Build example
3434
- pod install --project-directory=Example

Diff for: SDWebImageFLPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ This project adds a plugin for FLAnimatedImage into SDWebImage, for loading anim
2525
s.source_files = 'SDWebImageFLPlugin/Classes/**/*', 'SDWebImageFLPlugin/Module/SDWebImageFLPlugin.h'
2626
s.module_map = 'SDWebImageFLPlugin/Module/SDWebImageFLPlugin.modulemap'
2727

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

0 commit comments

Comments
 (0)