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

Commit

Permalink
Bumped version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Apr 2, 2019
1 parent a9997d8 commit 9b6989b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.gif

The magic because we create one custom animation class called `SDFLAnimatedImage` to load GIF images, and use `UIImage` for normal images.

For placeholder, you can even provide a `FLAnimatedImage` to allow GIF placeholder on `FLAnimatedImageView`
For placeholder, you can even provide a `FLAnimatedImage` to allow GIF placeholder on `FLAnimatedImageView` using the wrapper class `SDFLAnimatedImage`.

+ Objective-C

Expand Down Expand Up @@ -75,8 +75,6 @@ pod 'SDWebImageFLPlugin'

SDWebImageFLPlugin is available through [Carthage](https://github.com/Carthage/Carthage).

Note that because the dependency SDWebImage currently is in beta. You should use `Carthage v0.30.1` or above to support beta [sem-version](https://semver.org/).

```
github "SDWebImage/SDWebImageFLPlugin"
```
Expand Down
2 changes: 1 addition & 1 deletion 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.2'
s.version = '0.3.0'
s.summary = 'A FLAnimatedImage plugin for SDWebImage'

s.description = <<-DESC
Expand Down
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.2</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.2</string>
<string>0.3.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 9b6989b

Please sign in to comment.