Skip to content

Commit

Permalink
Bumped the version to 0.2.0
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
dreampiggy committed Mar 2, 2020
1 parent d765cd3 commit 484dd3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ let lottieJSONURL: URL
animationView.sd_setImage(with: lottieJSONURL)
```

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.
Note:
+ You can also load lottie json files on `LOTAnimatedControl`, like switch button.
+ Lottie animation does not start automatically, you can use the completion block, or UITableView/UICollectionView's will display timing to play.
+ 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.

### Advanced usage

Expand Down
12 changes: 3 additions & 9 deletions SDWebImageLottiePlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageLottiePlugin'
s.version = '0.1.0'
s.summary = 'A short description of SDWebImageLottiePlugin.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.version = '0.2.0'
s.summary = 'SDWebImage integration with Lottie Animation using remote JSON files'

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

s.homepage = 'https://github.com/SDWebImage/SDWebImageLottiePlugin'
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageLottiePlugin/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 484dd3e

Please sign in to comment.