Skip to content

Commit 484dd3e

Browse files
committed
Bumped the version to 0.2.0
Update Readme
1 parent d765cd3 commit 484dd3e

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ let lottieJSONURL: URL
6666
animationView.sd_setImage(with: lottieJSONURL)
6767
```
6868

69-
Note: If your Lottie json files contains references to App bundle images, you can use `SDWebImageContextLottieBundle` context option to pass the NSBundle object to load it.
69+
Note:
70+
+ You can also load lottie json files on `LOTAnimatedControl`, like switch button.
71+
+ Lottie animation does not start automatically, you can use the completion block, or UITableView/UICollectionView's will display timing to play.
72+
+ If your Lottie json files contains references to App bundle images, you can use `SDWebImageContextLottieBundle` context option to pass the NSBundle object to load it.
7073

7174
### Advanced usage
7275

Diff for: SDWebImageLottiePlugin.podspec

+3-9
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageLottiePlugin'
11-
s.version = '0.1.0'
12-
s.summary = 'A short description of SDWebImageLottiePlugin.'
13-
14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
11+
s.version = '0.2.0'
12+
s.summary = 'SDWebImage integration with Lottie Animation using remote JSON files'
1913

2014
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
15+
SDWebImageLottiePlugin is a plugin for SDWebImage framework, which provide the Lottie animation loading from JSON file.
2216
DESC
2317

2418
s.homepage = 'https://github.com/SDWebImage/SDWebImageLottiePlugin'

Diff for: SDWebImageLottiePlugin/Module/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)