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

Commit 647e378

Browse files
committed
Update the upstream dependency to 5.0.0-beta4. Bumped version to 0.2.2
1 parent f96c019 commit 647e378

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "rs/SDWebImage" >= 5.0.0-beta3
1+
github "SDWebImage/SDWebImage" >= 5.0.0-beta4
22
github "Flipboard/FLAnimatedImage" >= 1.0.11

Diff for: Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "Flipboard/FLAnimatedImage" "1.0.14"
2-
github "rs/SDWebImage" "5.0.0-beta3"
2+
github "SDWebImage/SDWebImage" "5.0.0-beta4"

Diff for: SDWebImageFLPlugin.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageFLPlugin'
11-
s.version = '0.2.1'
11+
s.version = '0.2.2'
1212
s.summary = 'A FLAnimatedImage plugin for SDWebImage'
1313

1414
s.description = <<-DESC
@@ -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', '>= 5.0.0-beta3'
28+
s.dependency 'SDWebImage/Core', '>= 5.0.0-beta4'
2929
s.dependency 'FLAnimatedImage', '>= 1.0.11'
3030
end

Diff for: SDWebImageFLPlugin/Module/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.1</string>
18+
<string>0.2.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>${CURRENT_PROJECT_VERSION}</string>
22+
<string>0.2.2</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)