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

Commit

Permalink
Update the upstream dependency to 5.0.0-beta4. Bumped version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jan 26, 2019
1 parent f96c019 commit 647e378
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "rs/SDWebImage" >= 5.0.0-beta3
github "SDWebImage/SDWebImage" >= 5.0.0-beta4
github "Flipboard/FLAnimatedImage" >= 1.0.11
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Flipboard/FLAnimatedImage" "1.0.14"
github "rs/SDWebImage" "5.0.0-beta3"
github "SDWebImage/SDWebImage" "5.0.0-beta4"
4 changes: 2 additions & 2 deletions SDWebImageFLPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageFLPlugin'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'A FLAnimatedImage plugin for SDWebImage'

s.description = <<-DESC
Expand All @@ -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', '>= 5.0.0-beta3'
s.dependency 'SDWebImage/Core', '>= 5.0.0-beta4'
s.dependency 'FLAnimatedImage', '>= 1.0.11'
end
4 changes: 2 additions & 2 deletions SDWebImageFLPlugin/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<string>0.2.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 647e378

Please sign in to comment.